DbDataAdapter.FillCommandBehavior Eigenschap

Definitie

Hiermee wordt het gedrag opgehaald of ingesteld van de opdracht die wordt gebruikt om de gegevensadapter te vullen.

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

Waarde van eigenschap

De CommandBehavior opdracht die wordt gebruikt om de gegevensadapter te vullen.

Van toepassing op

Zie ook