ValidationContext.IsBad(IEdmElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method returns true if the element
is known to have structural errors associated with it.
public bool IsBad (Microsoft.OData.Edm.IEdmElement element);
member this.IsBad : Microsoft.OData.Edm.IEdmElement -> bool
Public Function IsBad (element As IEdmElement) As Boolean
Parameters
- element
- IEdmElement
The element to test.
Returns
True if the element
has structural errors associated with it.