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

Parameters

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

Return Value

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