SnapDAL Library Documentation

DataFactory.ExecuteNonQuery Method (String, HybridDictionary, Int32)

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.

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

Parameters

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

Return Value

Rows affected

Implements

IDataLayer.ExecuteNonQuery

See Also

DataFactory Class | SnapDAL Namespace | DataFactory.ExecuteNonQuery Overload List