ValidationRules.EntityTypeEntityKeyMustBeScalar Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates that all parts of an entity key are scalar.
public static readonly Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmEntityType> EntityTypeEntityKeyMustBeScalar;
staticval mutable EntityTypeEntityKeyMustBeScalar : Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmEntityType>
Public Shared ReadOnly EntityTypeEntityKeyMustBeScalar As ValidationRule(Of IEdmEntityType)