Creates a data adapter object, passing the specified command and connection objects in the constructor
public abstract IDbDataAdapter CreateDataAdapter( string command );
Return Value
IDbDataAdapter
Parameters
command
Command object
Overloads:
public System.Data.IDbDataAdapter CreateDataAdapter(System.Data.IDbCommand command)
public abstract IDbDataAdapter CreateDataAdapter();
See also:
Class wwData© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic