DbDataAdapter.IDbDataAdapter.DeleteCommand Proprietà

Definizione

Ottiene o imposta un'istruzione SQL per l'eliminazione di record dal set di dati.

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 l'utilizzo del metodo Update(DataSet) per eliminare i 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 DbDataAdapter a un'interfaccia IDbDataAdapter.

Per altre informazioni, vedere DeleteCommand.

Si applica a

Vedi anche