EdmProperty.Create Method (String, TypeUsage)

 

Creates a new instance of EdmProperty type.

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

public static EdmProperty Create(
	string name,
	TypeUsage typeUsage
)

Parameters

name
Type: System.String

Name of the property.

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

Property TypeUsage

Return Value

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

A new instance of EdmProperty type