Click or drag to resize
Galactic API

IStoredProcedureExecute Method

Executes the procedure.

Namespace:  Galactic.Sql
Assembly:  Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
List<SqlRow> Execute()

Return Value

Type: ListSqlRow
A List containing SqlRows or null if the Connection and Command for this procedure are not initialized.
See Also