Share via


EdmUtil.GetSymbolicString(IEdmVocabularyAnnotatable) Method

Definition

Gets the symbolic string of an annotated element. In the next breaking change, it's better to add a property into IEdmVocabularyAnnotatable.

public static string GetSymbolicString (this Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable annotatedElement);
static member GetSymbolicString : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable -> string
<Extension()>
Public Function GetSymbolicString (annotatedElement As IEdmVocabularyAnnotatable) As String

Parameters

annotatedElement
IEdmVocabularyAnnotatable

The annotatable element.

Returns

null or a symbolic string.

Applies to