DbProviderManifest.GetStoreType Method (TypeUsage)

 

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

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

public abstract TypeUsage GetStoreType(
	TypeUsage edmType
)

Parameters

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

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

Return Value

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

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