ToTraceStringExtensionMethods.ToTraceString 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
ToTraceString(IEdmProperty) |
Returns the text representation of the current object. |
ToTraceString(IEdmSchemaElement) |
Returns the text representation of the current object. |
ToTraceString(IEdmSchemaType) |
Returns the text representation of the current object. |
ToTraceString(IEdmType) |
Returns the text representation of the current object. |
ToTraceString(IEdmTypeReference) |
Returns the text representation of the current object. |
ToTraceString(IEdmProperty)
Returns the text representation of the current object.
public static string ToTraceString (this Microsoft.OData.Edm.IEdmProperty property);
static member ToTraceString : Microsoft.OData.Edm.IEdmProperty -> string
<Extension()>
Public Function ToTraceString (property As IEdmProperty) As String
Parameters
- property
- IEdmProperty
Reference to the calling object.
Returns
The text representation of the current object.
Applies to
ToTraceString(IEdmSchemaElement)
Returns the text representation of the current object.
public static string ToTraceString (this Microsoft.OData.Edm.IEdmSchemaElement schemaElement);
static member ToTraceString : Microsoft.OData.Edm.IEdmSchemaElement -> string
<Extension()>
Public Function ToTraceString (schemaElement As IEdmSchemaElement) As String
Parameters
- schemaElement
- IEdmSchemaElement
Reference to the calling object.
Returns
The text representation of the current object.
Applies to
ToTraceString(IEdmSchemaType)
Returns the text representation of the current object.
public static string ToTraceString (this Microsoft.OData.Edm.IEdmSchemaType schemaType);
static member ToTraceString : Microsoft.OData.Edm.IEdmSchemaType -> string
<Extension()>
Public Function ToTraceString (schemaType As IEdmSchemaType) As String
Parameters
- schemaType
- IEdmSchemaType
Reference to the calling object.
Returns
The text representation of the current object.
Applies to
ToTraceString(IEdmType)
Returns the text representation of the current object.
public static string ToTraceString (this Microsoft.OData.Edm.IEdmType type);
static member ToTraceString : Microsoft.OData.Edm.IEdmType -> string
<Extension()>
Public Function ToTraceString (type As IEdmType) As String
Parameters
- type
- IEdmType
Reference to the calling object.
Returns
The text representation of the current object.
Applies to
ToTraceString(IEdmTypeReference)
Returns the text representation of the current object.
public static string ToTraceString (this Microsoft.OData.Edm.IEdmTypeReference type);
static member ToTraceString : Microsoft.OData.Edm.IEdmTypeReference -> string
<Extension()>
Public Function ToTraceString (type As IEdmTypeReference) As String
Parameters
- type
- IEdmTypeReference
Reference to the calling object.
Returns
The text representation of the current object.