ExtensionMethods.IsAbstract(IEdmStructuredTypeReference) Method
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 the definition of this reference is abstract.
C#
public static bool IsAbstract (this Microsoft.OData.Edm.IEdmStructuredTypeReference type);
static member IsAbstract : Microsoft.OData.Edm.IEdmStructuredTypeReference -> bool
<Extension()>
Public Function IsAbstract (type As IEdmStructuredTypeReference) As Boolean
Reference to the calling object.
If the definition of this reference is abstract.
Product | Versions |
---|---|
OData EDM | 7.0 |