Click or drag to resize

DataSourceFilter 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: 12.3.0.0
Syntax
public DataTable Filter(
	string filterExpression,
	string[] columnNames
)

Parameters

filterExpression  String
Parameter for your filter expression
columnNames  String
Parameter for column names which should be included in the DataTable

Return Value

DataTable
Returns a DataTable with all found rows with specified columns
See Also