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; }
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) a exclusão de registros na fonte de dados para linhas excluídas no conjunto de dados.

Implementações

Comentários

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

Para obter mais informações, consulte DeleteCommand.

Aplica-se a

Confira também