ExtensionMethods.IsAbstract(IEdmStructuredTypeReference) Method

Definition

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

type
IEdmStructuredTypeReference

Reference to the calling object.

Returns

If the definition of this reference is abstract.

Applies to