| 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()
Public Function Execute As List(Of SqlRow)
public:
virtual List<SqlRow^>^ Execute() sealed
abstract Execute : unit -> List<SqlRow>
override Execute : unit -> List<SqlRow>
Return Value
Type:
ListSqlRowA List containing SqlRows or null if the Connection and Command for this procedure are not initialized.
Implements
IStoredProcedureExecuteExceptions See Also