MetadataWorkspaceExtensions.GetStoreType Method (EdmMember, DbProviderManifest)

 

Get the StoreType from an EdmMember's EdmType through the DbProviderManifest

Namespace:   Microsoft.Data.Entity.Design.DatabaseGeneration
Assembly:  Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)

[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "edm")]
public static string GetStoreType(
	this EdmMember edmMember,
	DbProviderManifest providerManifest
)

Parameters

edmMember
Type: System.Data.Entity.Core.Metadata.Edm.EdmMember

The EdmMember.

providerManifest
Type: System.Data.Entity.Core.Common.DbProviderManifest

The DbProviderManifest.

Return Value

Type: System.String

The StoreType.