Adds a statement for each stored procedures in the database to the specified statements.xml file.
Adds a statement for each stored procedures in the database to the specified statements.xml file.
public static void AddStatementForAllProcsInDatabaseToStatementsFileSync(string,string);
Adds a statement for each stored procedures in the database to the specified statements.xml file.
public static void AddStatementForAllProcsInDatabaseToStatementsFileSync(string,string,bool);
SqlProvider Class | SnapDAL.Providers Namespace