ExtensionMethods.ToStructuredType(IEdmTypeReference) 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 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.