CodeHelper.Type Method (EdmProperty)
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
Specifies the type of the specified property.
Namespace: Microsoft.Data.Entity.Design.CodeGeneration
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
Public Function Type ( _
property As EdmProperty _
) As String
'Usage
Dim instance As CodeHelper
Dim property As EdmProperty
Dim returnValue As String
returnValue = instance.Type(property)
public string Type(
EdmProperty property
)
public:
String^ Type(
EdmProperty^ property
)
member Type :
property:EdmProperty -> string
public function Type(
property : EdmProperty
) : String
Parameters
- property
Type: System.Data.Entity.Core.Metadata.Edm.EdmProperty
The property.
Return Value
Type: System.String
The type.