MetadataItem.GetBuiltInType Method (BuiltInTypeKind)

 

Returns a conceptual model built-in type that matches one of the BuiltInTypeKind values.

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

public static EdmType GetBuiltInType(
	BuiltInTypeKind builtInTypeKind
)

Parameters

builtInTypeKind
Type: System.Data.Entity.Core.Metadata.Edm.BuiltInTypeKind

One of the BuiltInTypeKind values.

Return Value

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

An EdmType object that represents the built-in type in the EDM.