Click or drag to resize
Galactic API

StoredProcedureExecute Method

Executes the procedure.

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

Return Value

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

Implements

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