DbDataAdapter.IDbDataAdapter.DeleteCommand Propriedade

Definição

Obtém ou define uma instrução SQL para excluir registros do conjunto de dados.

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

Valor da propriedade

Um IDbCommand usado durante Update(DataSet) para excluir registros na fonte de dados para linhas excluídas no conjunto de dados.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de DbDataAdapter é convertida em uma interface de IDbDataAdapter.

Para obter mais informações, consulte DeleteCommand.

Aplica-se a

Confira também