ExtensionMethods.ComplexDefinition(IEdmComplexTypeReference) 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 reference typed as an IEdmComplexTypeDefinition.
public static Microsoft.OData.Edm.IEdmComplexType ComplexDefinition (this Microsoft.OData.Edm.IEdmComplexTypeReference type);
static member ComplexDefinition : Microsoft.OData.Edm.IEdmComplexTypeReference -> Microsoft.OData.Edm.IEdmComplexType
<Extension()>
Public Function ComplexDefinition (type As IEdmComplexTypeReference) As IEdmComplexType
Parameters
Reference to the calling object.
Returns
The definition of this reference typed as an IEdmComplexTypeDefinition.