OleDbDataAdapter.IDbDataAdapter.DeleteCommand Proprietà

Definizione

Per una descrizione di questo membro, vedere DeleteCommand.

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

Valore della proprietà

Interfaccia IDbCommand utilizzata durante un aggiornamento per eliminare record nell'origine dati relativi alle righe eliminate dal 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 OleDbDataAdapter a un'interfaccia IDbDataAdapter.

Si applica a