Click or drag to resize
Galactic API

IStoredProcedureExecuteNonQuery Method

Executes a non query procedure (Insert, Update, Delete).

Namespace:  Galactic.Sql
Assembly:  Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
int ExecuteNonQuery()

Return Value

Type: Int32
The number of rows affected by the query.
Exceptions
ExceptionCondition
ApplicationExceptionThrown if there is an error executing the stored procedure.
See Also