SnapDAL Library Documentation

MockProvider.CreateDataAdapter Method (String, IDbConnection)

Create a DataAdapter for this provider

public override 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

MockProvider Class | SnapDAL.Providers Namespace | MockProvider.CreateDataAdapter Overload List