ConnectionManaged.CreateDataAdapter(IDbCommand) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
abstract System::Data::IDbDataAdapter ^ CreateDataAdapter(System::Data::IDbCommand ^ command);
protected abstract System.Data.IDbDataAdapter CreateDataAdapter(System.Data.IDbCommand command);
abstract member CreateDataAdapter : System.Data.IDbCommand -> System.Data.IDbDataAdapter
Protected MustOverride Function CreateDataAdapter (command As IDbCommand) As IDbDataAdapter
Parameters
- command
- IDbCommand