ValidationRules.StreamTypeReferencesNotSupportedBeforeV3 Field

References to EDM stream type 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 StreamTypeReferencesNotSupportedBeforeV3 As ValidationRule(Of IEdmPrimitiveTypeReference)
'Usage
Dim value As ValidationRule(Of IEdmPrimitiveTypeReference)

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

See Also

Reference

ValidationRules Class

Microsoft.Data.Edm.Validation Namespace