ConnectionManagedSQL.CreateDataAdapter(IDbCommand) 方法

定義

protected:
 override System::Data::IDbDataAdapter ^ CreateDataAdapter(System::Data::IDbCommand ^ command);
protected override System.Data.IDbDataAdapter CreateDataAdapter (System.Data.IDbCommand command);
Protected Overrides Function CreateDataAdapter (command As IDbCommand) As IDbDataAdapter

參數

command
IDbCommand

傳回

IDbDataAdapter

適用於