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 there are not duplicate properties in an entity key.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly EntityTypeDuplicatePropertyNameSpecifiedInEntityKey As ValidationRule(Of IEdmEntityType)
'Usage
Dim value As ValidationRule(Of IEdmEntityType)
value = ValidationRules.EntityTypeDuplicatePropertyNameSpecifiedInEntityKey
public static readonly ValidationRule<IEdmEntityType> EntityTypeDuplicatePropertyNameSpecifiedInEntityKey
public:
static initonly ValidationRule<IEdmEntityType^>^ EntityTypeDuplicatePropertyNameSpecifiedInEntityKey
static val EntityTypeDuplicatePropertyNameSpecifiedInEntityKey: ValidationRule<IEdmEntityType>
public static final var EntityTypeDuplicatePropertyNameSpecifiedInEntityKey : ValidationRule<IEdmEntityType>