| 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
)
Protected Function DeleteCategory (
id As Integer
) As Boolean
protected:
bool DeleteCategory(
int id
)
member DeleteCategory :
id : int -> bool
Parameters
- id
- Type: SystemInt32
The id of the event category in the database to delete.
Return Value
Type:
BooleanTrue if the event category was deleted, false otherwise.
See Also