요소 네임스페이스가 비어 있거나 공백이 아닌지 확인합니다.
네임스페이스: Microsoft.Data.Edm.Validation
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
Public Shared ReadOnly SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace As ValidationRule(Of IEdmSchemaElement)
‘사용 방법
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>