ExtensionMethods.IsAbstract(IEdmStructuredTypeReference) 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 the definition of this reference is abstract.
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
Parameters
Reference to the calling object.
Returns
If the definition of this reference is abstract.