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 nullable.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly EntityTypeInvalidKeyNullablePart As ValidationRule(Of IEdmEntityType)
'Usage
Dim value As ValidationRule(Of IEdmEntityType)
value = ValidationRules.EntityTypeInvalidKeyNullablePart
public static readonly ValidationRule<IEdmEntityType> EntityTypeInvalidKeyNullablePart
public:
static initonly ValidationRule<IEdmEntityType^>^ EntityTypeInvalidKeyNullablePart
static val EntityTypeInvalidKeyNullablePart: ValidationRule<IEdmEntityType>
public static final var EntityTypeInvalidKeyNullablePart : ValidationRule<IEdmEntityType>