SqlDataAdapter.IDbDataAdapter.InsertCommand Proprietà

Definizione

Per una descrizione di questo membro, vedere InsertCommand.

property System::Data::IDbCommand ^ System::Data::IDbDataAdapter::InsertCommand { System::Data::IDbCommand ^ get(); void set(System::Data::IDbCommand ^ value); };
System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get; set; }
member this.System.Data.IDbDataAdapter.InsertCommand : System.Data.IDbCommand with get, set
 Property InsertCommand As IDbCommand Implements IDbDataAdapter.InsertCommand

Valore della proprietà

Interfaccia IDbCommand utilizzata durante l'utilizzo di Update(DataSet) per inserire record nell'origine dati per le nuove righe nel dataset.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza SqlDataAdapter a un'interfaccia IDbDataAdapter.

Si applica a

Vedi anche