DbDataAdapter.FillCommandBehavior 屬性

定義

取得或設定用來填入資料配接器 (Adapter) 之命令的行為。

protected public:
 property System::Data::CommandBehavior FillCommandBehavior { System::Data::CommandBehavior get(); void set(System::Data::CommandBehavior value); };
protected internal System.Data.CommandBehavior FillCommandBehavior { get; set; }
member this.FillCommandBehavior : System.Data.CommandBehavior with get, set
Protected Friend Property FillCommandBehavior As CommandBehavior

屬性值

命令的 CommandBehavior,用於填入資料配接器。

適用於

另請參閱