Click or drag to resize

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
id
Type: SystemString
The ID of the filter to load.

Return Value

Type: SavedFilter
The filter if found (or loaded), else null.
See Also