SavedFiltersFindByIdWithLoad Method |
Find a filter in the collection by ID, but if not found in the collection attempt to load
it from the database.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public SavedFilter FindByIdWithLoad(
IAppContext cxt,
string id
)
Public Function FindByIdWithLoad (
cxt As IAppContext,
id As String
) As SavedFilter
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - id
- Type: SystemString
The ID of the filter to load.
Return Value
Type:
SavedFilterThe filter if found (or loaded), else null.
See Also