ValidationRules.TypeReferenceInaccessibleSchemaType Field
Validates that a type reference refers to a type that can be found through the model being validated.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly TypeReferenceInaccessibleSchemaType As ValidationRule(Of IEdmTypeReference)
'Usage
Dim value As ValidationRule(Of IEdmTypeReference)
value = ValidationRules.TypeReferenceInaccessibleSchemaType
public static readonly ValidationRule<IEdmTypeReference> TypeReferenceInaccessibleSchemaType
public:
static initonly ValidationRule<IEdmTypeReference^>^ TypeReferenceInaccessibleSchemaType
static val TypeReferenceInaccessibleSchemaType: ValidationRule<IEdmTypeReference>
public static final var TypeReferenceInaccessibleSchemaType : ValidationRule<IEdmTypeReference>