Share via


ExtensionMethods.FullTypeName(IEdmType) Method

Definition

Gets the full name of the definition referred to by the type reference.

public static string FullTypeName (this Microsoft.OData.Edm.IEdmType type);
static member FullTypeName : Microsoft.OData.Edm.IEdmType -> string
<Extension()>
Public Function FullTypeName (type As IEdmType) As String

Parameters

type
IEdmType

Reference to the calling object.

Returns

The full name of this references definition.

Applies to