SnapDAL Library Documentation

SqlProvider.AddStatementForAllProcsInDatabaseToStatementsFile Method

Adds a statement for each stored procedures in the database to the specified statements.xml file.

Overload List

Adds a statement for each stored procedures in the database to the specified statements.xml file.

public static void AddStatementForAllProcsInDatabaseToStatementsFile(string,string);

Adds a statement for each stored procedures in the database to the specified statements.xml file.

public static void AddStatementForAllProcsInDatabaseToStatementsFile(string,string,bool);

See Also

SqlProvider Class | SnapDAL.Providers Namespace