Click or drag to resize
Galactic API

StoredProcedureExecuteNonQuery 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
public int ExecuteNonQuery()

Return Value

Type: Int32
The number of rows affected by the query.

Implements

IStoredProcedureExecuteNonQuery
Exceptions
ExceptionCondition
ApplicationExceptionThrown if there is an error executing the stored procedure.
See Also