ValidationRules.StructuredTypeBaseTypeCannotBeAbstractType 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 the base type of a structured type cannot be Edm.EntityType or Edm.ComplexType.
public static readonly Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmStructuredType> StructuredTypeBaseTypeCannotBeAbstractType;
staticval mutable StructuredTypeBaseTypeCannotBeAbstractType : Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmStructuredType>
Public Shared ReadOnly StructuredTypeBaseTypeCannotBeAbstractType As ValidationRule(Of IEdmStructuredType)