ExtensionMethods.FullTypeName(IEdmType) 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 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.