DbDataAdapter.FillCommandBehavior Proprietà

Definizione

Ottiene o imposta il comportamento del comando utilizzato per riempire l'adattatore dati.

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

Valore della proprietà

Enumerazione CommandBehavior del comando utilizzato per riempire l'adattatore dati.

Si applica a

Vedi anche