IDynamicDataSource.EnableUpdate プロパティ

定義

データ ソース ビューが行の更新機能をサポートしているかどうかを示す値を取得または設定します。

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

プロパティ値

true ビューが行を更新する機能をサポートしている場合。それ以外の場合は false

適用対象