DbProviderManifest.GetEdmType Method (TypeUsage)

 

When overridden in a derived class, this method maps the specified storage type and a set of facets for that type to an EDM type.

Namespace:   System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

public abstract TypeUsage GetEdmType(
	TypeUsage storeType
)

Parameters

storeType
Type: System.Data.Entity.Core.Metadata.Edm.TypeUsage

The TypeUsage instance that describes a storage type and a set of facets for that type to be mapped to the EDM type.

Return Value

Type: System.Data.Entity.Core.Metadata.Edm.TypeUsage

The TypeUsage instance that describes an EDM type and a set of facets for that type.