ValidationRules.SpatialTypeReferencesNotSupportedBeforeV3 Field

References to EDM spatial types are not supported before version 3.0.

Namespace:  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Shared ReadOnly SpatialTypeReferencesNotSupportedBeforeV3 As ValidationRule(Of IEdmPrimitiveTypeReference)
'Usage
Dim value As ValidationRule(Of IEdmPrimitiveTypeReference)

value = ValidationRules.SpatialTypeReferencesNotSupportedBeforeV3
public static readonly ValidationRule<IEdmPrimitiveTypeReference> SpatialTypeReferencesNotSupportedBeforeV3
public:
static initonly ValidationRule<IEdmPrimitiveTypeReference^>^ SpatialTypeReferencesNotSupportedBeforeV3
static val SpatialTypeReferencesNotSupportedBeforeV3: ValidationRule<IEdmPrimitiveTypeReference>
public static final var SpatialTypeReferencesNotSupportedBeforeV3 : ValidationRule<IEdmPrimitiveTypeReference>

See Also

Reference

ValidationRules Class

Microsoft.Data.Edm.Validation Namespace