EdmModelBase.FindDeclaredTerm(String) 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.
Searches for a term with the given name in this model and returns null if no such term exists.
public Microsoft.OData.Edm.Vocabularies.IEdmTerm FindDeclaredTerm (string qualifiedName);
abstract member FindDeclaredTerm : string -> Microsoft.OData.Edm.Vocabularies.IEdmTerm
override this.FindDeclaredTerm : string -> Microsoft.OData.Edm.Vocabularies.IEdmTerm
Public Function FindDeclaredTerm (qualifiedName As String) As IEdmTerm
Parameters
- qualifiedName
- String
The qualified name of the term being found.
Returns
The requested term, or null if no such term exists.