Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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>