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
)
Public Function LoadFirst (
filter As String,
Optional orderBy As String = Nothing
) As Boolean
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:
BooleanTrue if there are additional alerts, else false.
See Also