EdmUtil.GetSymbolicString(IEdmVocabularyAnnotatable) 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 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.