Click or drag to resize
Galactic API

SqlEventLogDeleteCategory Method

Deletes an event category from the log.

Namespace:  Galactic.EventLog.Sql
Assembly:  Galactic.EventLog.Sql (in Galactic.EventLog.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
protected bool DeleteCategory(
	int id
)

Parameters

id
Type: SystemInt32
The id of the event category in the database to delete.

Return Value

Type: Boolean
True if the event category was deleted, false otherwise.
See Also