Share via


ValidationRules.FunctionsNotSupportedBeforeV2 Field

Validates that the functions are not supported before version 2.

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

Syntax

'Declaration
Public Shared ReadOnly FunctionsNotSupportedBeforeV2 As ValidationRule(Of IEdmFunction)
'Usage
Dim value As ValidationRule(Of IEdmFunction)

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

See Also

Reference

ValidationRules Class

Microsoft.Data.Edm.Validation Namespace