Share via


EdmMember.Name Property

Definition

Gets or sets the name of the property. Setting this from a store-space model-convention will change the name of the database column for this property. In the conceptual model, this should align with the corresponding property from the entity class and should not be changed.

public virtual string Name { get; set; }
member this.Name : string with get, set
Public Overridable Property Name As String

Property Value

The name of this member.

Applies to