SnapDAL Library Documentation

DataFactory.ExecuteNonQuery Method (String, HybridDictionary, HybridDictionary)

Execute the given statement with the given input parameters and output parameters

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

Parameters

statementName
Name of the statement
parms
Input parameters
outputParms
Output Parameters used on this statement

Return Value

Rows Affected

Implements

IDataLayer.ExecuteNonQuery

See Also

DataFactory Class | SnapDAL Namespace | DataFactory.ExecuteNonQuery Overload List