Share via


ODataUriResolver.ResolveType(IEdmModel, String) Method

Definition

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.

Applies to