ODataUriResolver.ResolveTerm(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.
Resolve term name from model.
public virtual Microsoft.OData.Edm.Vocabularies.IEdmTerm ResolveTerm (Microsoft.OData.Edm.IEdmModel model, string termName);
abstract member ResolveTerm : Microsoft.OData.Edm.IEdmModel * string -> Microsoft.OData.Edm.Vocabularies.IEdmTerm
override this.ResolveTerm : Microsoft.OData.Edm.IEdmModel * string -> Microsoft.OData.Edm.Vocabularies.IEdmTerm
Public Overridable Function ResolveTerm (model As IEdmModel, termName As String) As IEdmTerm
Parameters
- model
- IEdmModel
The model to be used.
- termName
- String
The term name to be resolved.
Returns
Resolved term.