Click or drag to resize

AlertDeleteRelated Method

Deletes all alerts related to the key

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void DeleteRelated(
	IAppContext appCxt,
	Object relatedID,
	OleDbType relType
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object.
relatedID
Type: SystemObject
The related id value.
relType
Type: System.Data.OleDbOleDbType
The type of the related id.
See Also