Share via


ValidationContext.IsBad(IEdmElement) Method

Definition

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.

Applies to