ValidationRules.SchemaElementNamespaceIsTooLong Field
Validates that an element namespace is not too long according to the CSDL spec.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly SchemaElementNamespaceIsTooLong As ValidationRule(Of IEdmSchemaElement)
'Usage
Dim value As ValidationRule(Of IEdmSchemaElement)
value = ValidationRules.SchemaElementNamespaceIsTooLong
public static readonly ValidationRule<IEdmSchemaElement> SchemaElementNamespaceIsTooLong
public:
static initonly ValidationRule<IEdmSchemaElement^>^ SchemaElementNamespaceIsTooLong
static val SchemaElementNamespaceIsTooLong: ValidationRule<IEdmSchemaElement>
public static final var SchemaElementNamespaceIsTooLong : ValidationRule<IEdmSchemaElement>