Click or drag to resize

SavedFilterConvert Method (IAppContext, IDatabase, SaveFilterConvertOptions, Int32)

Convert the Saved Filter from one form to another per provided SaveFilterConvertOptions and applying a TOPN clause.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Convert(
	IAppContext appContext,
	IDatabase database,
	SaveFilterConvertOptions options,
	int topN
)

Parameters

appContext
Type: NetQuarryIAppContext
The application context.
database
Type: NetQuarryIDatabase
The data database in which keys are saved for static filters.
options
Type: NetQuarrySaveFilterConvertOptions
Conversion options
topN
Type: SystemInt32
The max rows to convert
See Also