ExtensionMethods.EntityDefinition(IEdmEntityTypeReference) 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.
Gets the definition of this entity reference.
public static Microsoft.OData.Edm.IEdmEntityType EntityDefinition (this Microsoft.OData.Edm.IEdmEntityTypeReference type);
static member EntityDefinition : Microsoft.OData.Edm.IEdmEntityTypeReference -> Microsoft.OData.Edm.IEdmEntityType
<Extension()>
Public Function EntityDefinition (type As IEdmEntityTypeReference) As IEdmEntityType
Parameters
Reference to the calling object.
Returns
The definition of this entity reference.