DbDataAdapter.FillCommandBehavior 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來填入資料配接器 (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,用於填入資料配接器。
適用於
另請參閱
- DbProviderFactory (ADO.NET)
- ADO.NET 概觀 \(部分機器翻譯\)