Click or drag to resize

AlertLoadFirst Method

Loads the first deliverable alert matching ths specified filter. Alerts that have a future delivery date or a past expiration date are NOT considered deliverable.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool LoadFirst(
	string filter,
	string orderBy = null
)

Parameters

filter
Type: SystemString
The filter, appropriate for use on the xot_alertsi> table.
orderBy (Optional)
Type: SystemString
An optional sort SQL clause, appropriate for use on the xot_alerts table.

Return Value

Type: Boolean
True if there are additional alerts, else false.
See Also