EntityParameter.SourceColumn Property

Definition

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

public:
 virtual property System::String ^ SourceColumn { System::String ^ get(); void set(System::String ^ value); };
public override string SourceColumn { get; set; }
member this.SourceColumn : string with get, set
Public Overrides Property SourceColumn As String

Property Value

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

Implements

Applies to