EntityParameter.SourceColumn Property

 

Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value .

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

public override string SourceColumn { get; set; }

Property Value

Type: System.String

The name of the source column mapped to the dataset and used for loading or returning the value.