SnapDAL Library Documentation

DataFactory.ExecuteNonQuery Method (String, HybridDictionary)

Execute the given statement with the given input parameters

public int ExecuteNonQuery(
   string statementName,
   HybridDictionary parms
);

Parameters

statementName
Name of the statement
parms
Input parameters

Return Value

Rows affected

Implements

IDataLayer.ExecuteNonQuery

See Also

DataFactory Class | SnapDAL Namespace | DataFactory.ExecuteNonQuery Overload List