ValidationContext.IsBad Method
Indicates whether the element has structural errors associated with it.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Function IsBad ( _
element As IEdmElement _
) As Boolean
'Usage
Dim instance As ValidationContext
Dim element As IEdmElement
Dim returnValue As Boolean
returnValue = instance.IsBad(element)
public bool IsBad(
IEdmElement element
)
public:
bool IsBad(
IEdmElement^ element
)
member IsBad :
element:IEdmElement -> bool
public function IsBad(
element : IEdmElement
) : boolean
Parameters
- element
Type: Microsoft.Data.Edm.IEdmElement
The element to test.
Return Value
Type: System.Boolean
true if the element has structural errors associated with it; otherwise, false.