CodeHelper.Type Method

 

Specifies the type of the specified object.

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

NameDescription
System_CAPS_pubmethodType(EdmProperty)

Specifies the type of the specified property.

System_CAPS_pubmethodType(EdmType)

Specifies the type identifier for the specified type.

System_CAPS_pubmethodType(EntityContainer)

Specifies the type identifier for the specified container.

System_CAPS_pubmethodType(NavigationProperty)

Specifies the type of the specified navigation property.


CodeHelper.Type Method (EdmProperty)

Specifies the type of the specified property.

public string Type(
	EdmProperty property
)

Parameters

property
Type: System.Data.Entity.Core.Metadata.Edm.EdmProperty

The property.

Return Value

Type: System.String

The type.


CodeHelper.Type Method (EdmType)

Specifies the type identifier for the specified type.

public string Type(
	EdmType edmType
)

Parameters

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

The type.

Return Value

Type: System.String

The identifier.


CodeHelper.Type Method (EntityContainer)

Specifies the type identifier for the specified container.

public string Type(
	EntityContainer container
)

Parameters

container
Type: System.Data.Entity.Core.Metadata.Edm.EntityContainer

The container.

Return Value

Type: System.String

The identifier.


CodeHelper.Type Method (NavigationProperty)

Specifies the type of the specified navigation property.

public string Type(
	NavigationProperty navigationProperty
)

Parameters

navigationProperty
Type: System.Data.Entity.Core.Metadata.Edm.NavigationProperty

The navigation property.

Return Value

Type: System.String

The type.