DbDataAdapter.IDbDataAdapter.InsertCommand Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un'istruzione SQL utilizzata per inserire nuovi record nell'origine dati.
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; }
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'operazione di Update(DataSet) per immettere i record nell'origine dati relativi alle nuove righe aggiunge al set di dati.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza DbDataAdapter a un'interfaccia IDbDataAdapter.
Per altre informazioni, vedere InsertCommand.