ConnectionManagedGeneric.CreateDataAdapter(IDbCommand) 方法

定义

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

参数

command
IDbCommand

返回

适用于