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