CodeHelper.Type Method
Specifies the type of the specified object.
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Name | Description | |
---|---|---|
![]() | Type(EdmProperty) | Specifies the type of the specified property. |
![]() | Type(EdmType) | Specifies the type identifier for the specified type. |
![]() | Type(EntityContainer) | Specifies the type identifier for the specified container. |
![]() | Type(NavigationProperty) | Specifies the type of the specified navigation property. |
CodeHelper.Type Method (EdmProperty)
Specifies the type of the specified property.
Parameters
- property
-
Type:
System.Data.Entity.Core.Metadata.Edm.EdmProperty
The property.
CodeHelper.Type Method (EdmType)
Specifies the type identifier for the specified type.
Parameters
- edmType
-
Type:
System.Data.Entity.Core.Metadata.Edm.EdmType
The type.
CodeHelper.Type Method (EntityContainer)
Specifies the type identifier for the specified container.
Parameters
- container
-
Type:
System.Data.Entity.Core.Metadata.Edm.EntityContainer
The container.
CodeHelper.Type Method (NavigationProperty)
Specifies the type of the specified navigation property.
Parameters
- navigationProperty
-
Type:
System.Data.Entity.Core.Metadata.Edm.NavigationProperty
The navigation property.