エンティティ キーのいずれの部分もバイナリ プリミティブ型でないことを検証します。
名前空間: Microsoft.Data.Edm.Validation
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public Shared ReadOnly EntityTypeEntityKeyMustNotBeBinaryBeforeV2 As ValidationRule(Of IEdmEntityType)
'使用
Dim value As ValidationRule(Of IEdmEntityType)
value = ValidationRules.EntityTypeEntityKeyMustNotBeBinaryBeforeV2
public static readonly ValidationRule<IEdmEntityType> EntityTypeEntityKeyMustNotBeBinaryBeforeV2
public:
static initonly ValidationRule<IEdmEntityType^>^ EntityTypeEntityKeyMustNotBeBinaryBeforeV2
static val EntityTypeEntityKeyMustNotBeBinaryBeforeV2: ValidationRule<IEdmEntityType>
public static final var EntityTypeEntityKeyMustNotBeBinaryBeforeV2 : ValidationRule<IEdmEntityType>