SnapDAL Library Documentation

Provider.GetStatement Method

Looks up a statement from the manager. Allows for abstractions away from the StatementManager.

Overload List

Looks up a statement from the manager. Allows for abstractions away from the StatementManager.

protected virtual Statement GetStatement(string);

Using the providers cache, retrieve a Statement for the geven statement name

public Statement GetStatement(string,IDbConnection);

See Also

Provider Class | SnapDAL Namespace