Share via


ConnectionManagedSQL.CreateDataAdapter(IDbCommand) Method

Definition

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

Parameters

command
IDbCommand

Returns

Applies to