Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates that no part of an entity key is a binary primitive type.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly EntityTypeEntityKeyMustNotBeBinaryBeforeV2 As ValidationRule(Of IEdmEntityType)
'Usage
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>