Share via


ExtensionMethods.ToStructuredType(IEdmTypeReference) Method

Definition

Gets the structured type targeted by this structural property type reference.

public static Microsoft.OData.Edm.IEdmStructuredType ToStructuredType (this Microsoft.OData.Edm.IEdmTypeReference propertyTypeReference);
static member ToStructuredType : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.IEdmStructuredType
<Extension()>
Public Function ToStructuredType (propertyTypeReference As IEdmTypeReference) As IEdmStructuredType

Parameters

propertyTypeReference
IEdmTypeReference

Reference to the calling object.

Returns

The structured type targeted by this structural property.

Applies to