Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates that an element namespace is not empty or whitespace.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace As ValidationRule(Of IEdmSchemaElement)
'Usage
Dim value As ValidationRule(Of IEdmSchemaElement)
value = ValidationRules.SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace
public static readonly ValidationRule<IEdmSchemaElement> SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace
public:
static initonly ValidationRule<IEdmSchemaElement^>^ SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace
static val SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace: ValidationRule<IEdmSchemaElement>
public static final var SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace : ValidationRule<IEdmSchemaElement>