ConnectionManagedSQL.CreateDataAdapter(IDbCommand) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
protected:
override System::Data::IDbDataAdapter ^ CreateDataAdapter(System::Data::IDbCommand ^ command);
protected override System.Data.IDbDataAdapter CreateDataAdapter (System.Data.IDbCommand command);
override this.CreateDataAdapter : System.Data.IDbCommand -> System.Data.IDbDataAdapter
Protected Overrides Function CreateDataAdapter (command As IDbCommand) As IDbDataAdapter
Parâmetros
- command
- IDbCommand