SnapDAL Library Documentation

DataFactory.ExecuteNonQuery Method (String, HybridDictionary, IDbTransaction, HybridDictionary)

Execute the given statement with the given input parameters, a transaction and a dictionary of output parameters that will be available with the connection is closed.

public int ExecuteNonQuery(
   string statementName,
   HybridDictionary parms,
   IDbTransaction transaction,
   ref HybridDictionary outputParms
);

Parameters

statementName
Name of the statement
parms
Input parameters
transaction
The transaction to use on this statement
outputParms
Output Parameters used on this statement

Return Value

Rows Affected

Implements

IDataLayer.ExecuteNonQuery

See Also

DataFactory Class | SnapDAL Namespace | DataFactory.ExecuteNonQuery Overload List