ValidationExtensionMethods.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.
Returns true if this element contains errors returned by the Errors(IEdmElement) method.
public static bool IsBad (this Microsoft.OData.Edm.IEdmElement element);
static member IsBad : Microsoft.OData.Edm.IEdmElement -> bool
<Extension()>
Public Function IsBad (element As IEdmElement) As Boolean
Parameters
- element
- IEdmElement
Reference to the calling object.
Returns
This element is an invalid element.