SnapDAL Library Documentation

SqlProvider.AddStatementForProcToStatementsFile Method

Adds a statement for the given stored procedure name to the specified statements.xml file.

Overload List

Adds a statement for the given stored procedure name to the specified statements.xml file.

public static void AddStatementForProcToStatementsFile(string,string,string);

Adds a statement for the given stored procedure name to the specified statements.xml file.

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

See Also

SqlProvider Class | SnapDAL.Providers Namespace