| 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 Function ExecuteNonQuery As Integer
abstract ExecuteNonQuery : unit -> int
Return Value
Type:
Int32The number of rows affected by the query.
Exceptions See Also