Share via


EntityParameter.SourceColumn 屬性

定義

取得或設定來源資料行的名稱,這個資料行對應至 DataSet,並用來載入或傳回 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

屬性值

來源資料行的名稱,這個資料行對應至資料集,並用來載入或傳回值。

實作

適用於