FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace
FlowWright.deDataAccess Namespace

clsDataAccess..::..NonQuery Method

Overload List


  Name Description
Public method Static member NonQuery(String, String, Int32%, String%, OrderedDictionary)
Nons the query.
Public method Static member NonQuery(String, String, String%, OrderedDictionary, Int32)
Nons the query.
Public method NonQuery(String, OrderedDictionary, Int32)
execute a non-query
Public method NonQuery(String, Int32%, OrderedDictionary, Int32)
execute a non returning sql statement, insert, update, delete
Public method NonQuery(SqlCommand%)
execute non query using the sql command
Public method NonQuery(SqlCommand%, Int32%)
execute non query using sql command
Public method NonQuery(OleDbCommand%)
execute non query using ole db command
Public method NonQuery(OleDbCommand%, Int32%)
execute a non returning sql statement, insert, update, delete
Public method NonQuery(String, SqlCommand%)
execute non query using the stored procedure and sql command object
Public method NonQuery(String, OleDbCommand%)
execute non query using stored procedure and ole db command