ValidationRules.PropertyTypeCannotBeCollectionOfAbstractType 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.
Collection(Edm.PrimitiveType) and Collection(Edm.ComplexType) cannot be used as the type of a property.
public static readonly Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmProperty> PropertyTypeCannotBeCollectionOfAbstractType;
staticval mutable PropertyTypeCannotBeCollectionOfAbstractType : Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmProperty>
Public Shared ReadOnly PropertyTypeCannotBeCollectionOfAbstractType As ValidationRule(Of IEdmProperty)