ValidationRules.SchemaElementMustNotHaveKindOfNone Field
Validates a schema element without other errors must not have kind of none.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly SchemaElementMustNotHaveKindOfNone As ValidationRule(Of IEdmSchemaElement)
'Usage
Dim value As ValidationRule(Of IEdmSchemaElement)
value = ValidationRules.SchemaElementMustNotHaveKindOfNone
public static readonly ValidationRule<IEdmSchemaElement> SchemaElementMustNotHaveKindOfNone
public:
static initonly ValidationRule<IEdmSchemaElement^>^ SchemaElementMustNotHaveKindOfNone
static val SchemaElementMustNotHaveKindOfNone: ValidationRule<IEdmSchemaElement>
public static final var SchemaElementMustNotHaveKindOfNone : ValidationRule<IEdmSchemaElement>