Skip to main content

Definition

Assembly: Microsoft.OData.Edm.dll Namespace: Microsoft.OData.Edm

Syntax

Microsoft.OData.Edm.IEdmType

Summary

This type is defined in Microsoft.OData.Edm.

Remarks

See Microsoft documentation for more information about the rest of the API.

Methods

GetClrType Extension

Extension method from Microsoft.Restier.AspNet.Model.EdmHelpers
Get the clr type for a specified edm type.

Syntax

public static System.Type GetClrType(Microsoft.OData.Edm.IEdmType edmType, Microsoft.OData.Edm.IEdmModel edmModel)

Parameters

NameTypeDescription
edmTypeMicrosoft.OData.Edm.IEdmTypeThe edm type to get clr type.
edmModelMicrosoft.OData.Edm.IEdmModelThe edm model.

Returns

Type: System.Type The clr type.

GetClrType Extension

Extension method from Microsoft.Restier.AspNetCore.Model.EdmHelpers
Get the clr type for a specified edm type.

Syntax

public static System.Type GetClrType(Microsoft.OData.Edm.IEdmType edmType, Microsoft.OData.Edm.IEdmModel edmModel)

Parameters

NameTypeDescription
edmTypeMicrosoft.OData.Edm.IEdmTypeThe edm type to get clr type.
edmModelMicrosoft.OData.Edm.IEdmModelThe edm model.

Returns

Type: System.Type The clr type.