SnapDAL Library Documentation

Provider.CreateDataAdapter Method (String, IDbConnection)

Create a DataAdapter for this provider

public virtual IDbDataAdapter CreateDataAdapter(
   string statementName,
   IDbConnection connection
);

Parameters

statementName
Name of the statement
connection
Connection to use with the statement

Return Value

A DataAdapter setup for the given statement

See Also

Provider Class | SnapDAL Namespace | Provider.CreateDataAdapter Overload List