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 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 NamedElementNameIsTooLong As ValidationRule(Of IEdmNamedElement)
'Usage
Dim value As ValidationRule(Of IEdmNamedElement)
value = ValidationRules.NamedElementNameIsTooLong
public static readonly ValidationRule<IEdmNamedElement> NamedElementNameIsTooLong
public:
static initonly ValidationRule<IEdmNamedElement^>^ NamedElementNameIsTooLong
static val NamedElementNameIsTooLong: ValidationRule<IEdmNamedElement>
public static final var NamedElementNameIsTooLong : ValidationRule<IEdmNamedElement>