Click or drag to resize

DataSourceFilterAny Method

Finds all rows which matches the give filter expression.
Remarks
You can find the correct filter syntax in EasyMap manual.

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public int[] FilterAny(
	string filterExpression
)

Parameters

filterExpression
Type: SystemString
Parameter for your filter expression

Return Value

Type: Int32
Returns the found row indizies
See Also