TypeUsage.CreateDefaultTypeUsage Method (EdmType)

 

Creates a TypeUsage object with the specified conceptual model type.

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

public static TypeUsage CreateDefaultTypeUsage(
	EdmType edmType
)

Parameters

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

A EdmType for which the TypeUsage object is created.

Return Value

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

A TypeUsage object with the default facet values for the specified EdmType .