AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SQL..::..ExecuteNonQuery Method

Overload List


  Name Description
Public method ExecuteNonQuery(SQL..::..Command)
Executes a non query against the database.
Public method ExecuteNonQuery(String)
Executes a non query against the database.
Public method ExecuteNonQuery(String, CommandType)
Builds an ArrayList of HashTables from the resultset.
Public method ExecuteNonQuery(String, array<Object>[]()[][])
Builds an ArrayList of HashTables from the resultset.
Public method ExecuteNonQuery(String, IDataAccessable)
Builds an ArrayList of HashTables from the resultset.
Public method ExecuteNonQuery(String, Dictionary<(Of <<'(Int32, Parameter>)>>))
Builds an ArrayList of HashTables from the resultset.
Public method ExecuteNonQuery(String, CommandType, Dictionary<(Of <<'(Int32, Parameter>)>>))
Builds an ArrayList of HashTables from the resultset.