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