ExtensionMethods.FullName 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.
Overloads
FullName(IEdmSchemaElement) |
Gets the full name of the element. |
FullName(IEdmTypeReference) |
Gets the full name of the definition referred to by the type reference. |
FullName(IEdmSchemaElement)
Gets the full name of the element.
public static string FullName (this Microsoft.OData.Edm.IEdmSchemaElement element);
static member FullName : Microsoft.OData.Edm.IEdmSchemaElement -> string
<Extension()>
Public Function FullName (element As IEdmSchemaElement) As String
Parameters
- element
- IEdmSchemaElement
Reference to the calling object.
Returns
The full name of the element.
Applies to
FullName(IEdmTypeReference)
Gets the full name of the definition referred to by the type reference.
public static string FullName (this Microsoft.OData.Edm.IEdmTypeReference type);
static member FullName : Microsoft.OData.Edm.IEdmTypeReference -> string
<Extension()>
Public Function FullName (type As IEdmTypeReference) As String
Parameters
- type
- IEdmTypeReference
Reference to the calling object.
Returns
The full name of this references definition.