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