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 name matches the allowed pattern of names according to the CSDL spec.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly NamedElementNameIsNotAllowed As ValidationRule(Of IEdmNamedElement)
'Usage
Dim value As ValidationRule(Of IEdmNamedElement)
value = ValidationRules.NamedElementNameIsNotAllowed
public static readonly ValidationRule<IEdmNamedElement> NamedElementNameIsNotAllowed
public:
static initonly ValidationRule<IEdmNamedElement^>^ NamedElementNameIsNotAllowed
static val NamedElementNameIsNotAllowed: ValidationRule<IEdmNamedElement>
public static final var NamedElementNameIsNotAllowed : ValidationRule<IEdmNamedElement>