IDynamicDataSource.EnableInsert 屬性

定義

取得或設定一個值,指示資料來源檢視是否支援插入列的功能。

public:
 property bool EnableInsert { bool get(); void set(bool value); };
public bool EnableInsert { get; set; }
member this.EnableInsert : bool with get, set
Public Property EnableInsert As Boolean

屬性值

true如果資料來源檢視支援插入列的功能;否則,。 false

適用於