Click or drag to resize
Galactic API

SqlEventLog Constructor

Creates a new SQL event log.

Namespace:  Galactic.EventLog.Sql
Assembly:  Galactic.EventLog.Sql (in Galactic.EventLog.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public SqlEventLog(
	string connectionString,
	Type storedProcedureType
)

Parameters

connectionString
Type: SystemString
The connection string to use for this event log.
storedProcedureType
Type: SystemType
The type of stored procedure used for the event log.
See Also