Share via


ExtensionMethods.ComplexDefinition Method

Gets the complex type to which the type refers.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

public static IEdmComplexType ComplexDefinition(
    this IEdmComplexTypeReference type
)

Parameters

Return Value

Type: Microsoft.Data.Edm.IEdmComplexType
The definition of a complex type.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmComplexTypeReference. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=vs.113) or https://msdn.microsoft.com/en-us/library/bb383977(v=vs.113).

See Also

Reference

ExtensionMethods Class

Microsoft.Data.Edm Namespace