Click or drag to resize
Galactic API

Galactic.Sql Namespace

 
Classes
  ClassDescription
Public classSqlRow
SqlRow is a data class that contains a row from a SQL Database table. It is used in conjunction with StoredProcedure to return results from a procedure.
Public classSqlUtility
Provides various utility methods for use with SQL databases.
Public classStoredProcedure
An SQL Stored Procedure.
Interfaces
  InterfaceDescription
Public interfaceIStoredProcedure
An Interface for SQL Stored Procedures.
Enumerations
  EnumerationDescription
Public enumerationStoredProcedureParameterType
The type of parameter used by the stored procedure.