EdmProperty.Create(String, TypeUsage) Method

Definition

Creates a new instance of EdmProperty type.

public static System.Data.Entity.Core.Metadata.Edm.EdmProperty Create (string name, System.Data.Entity.Core.Metadata.Edm.TypeUsage typeUsage);
static member Create : string * System.Data.Entity.Core.Metadata.Edm.TypeUsage -> System.Data.Entity.Core.Metadata.Edm.EdmProperty

Parameters

name
String

Name of the property.

typeUsage
TypeUsage

Property TypeUsage

Returns

A new instance of EdmProperty type

Applies to