BaseDataBoundControl.IsDataBindingAutomatic プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ バインドが自動かどうか示す値を取得します。
protected public:
property bool IsDataBindingAutomatic { bool get(); };
protected internal bool IsDataBindingAutomatic { get; }
member this.IsDataBindingAutomatic : bool
Protected Friend ReadOnly Property IsDataBindingAutomatic As Boolean
プロパティ値
データ バインディングが自動の場合は、true
。それ以外の場合は、false
。
注釈
データ バインディングは、コントロールがプロパティを使用している場合、またはコントロールがDataSourceIDデータ バインディングに使用するUpdateMethod
場合、DeleteMethod
またはInsertMethod
プロパティを使用SelectMethod
する場合に自動的に行われます。