SnapDAL Library Documentation

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

Execute the given statement with the given input parameters. A reference to an int value is passed to retrieve the return value of the statement call. This overload supports a transaction

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

Parameters

statementName
Name of the statement
parms
Input parameters
returnVal
The Return value of this statement passed by reference
transaction
The transaction to use on this statement

Return Value

Rows affected

Implements

IDataLayer.ExecuteNonQuery

See Also

DataFactory Class | SnapDAL Namespace | DataFactory.ExecuteNonQuery Overload List