OleDbDataAdapter.IDbDataAdapter.UpdateCommand Proprietà

Definizione

Per una descrizione di questo membro, vedere UpdateCommand.

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

Valore della proprietà

Oggetto IDbCommand utilizzato durante un aggiornamento per aggiornare i record nell'origine dati per le righe modificate nel set di dati.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia OleDbDataAdapterIDbDataAdapter .

Si applica a