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