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; }
member this.System.Data.IDbDataAdapter.DeleteCommand : System.Data.IDbCommand with get, set
 Property DeleteCommand As IDbCommand Implements IDbDataAdapter.DeleteCommand

Valore della proprietà

Oggetto IDbCommand utilizzato durante Update(DataSet) l'eliminazione di record nell'origine dati per le righe eliminate 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 DbDataAdapterIDbDataAdapter .

Per altre informazioni, vedere DeleteCommand.

Si applica a

Vedi anche