DbDataAdapter.FillCommandBehavior 属性

定义

获取或设置用于填充数据适配器的命令的行为。

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

适用于

另请参阅