ExtensionMethods.FindTerm(IEdmModel, 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 all referenced models and returns null if no such term exists.
public static Microsoft.OData.Edm.Vocabularies.IEdmTerm FindTerm (this Microsoft.OData.Edm.IEdmModel model, string qualifiedName);
static member FindTerm : Microsoft.OData.Edm.IEdmModel * string -> Microsoft.OData.Edm.Vocabularies.IEdmTerm
<Extension()>
Public Function FindTerm (model As IEdmModel, qualifiedName As String) As IEdmTerm
Parameters
- model
- IEdmModel
The model to search.
- qualifiedName
- String
The qualified name of the term being found.
Returns
The requested term, or null if no such term exists.