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
Syntaxpublic DataTable Filter(
string filterExpression,
string[] columnNames
)
Public Function Filter (
filterExpression As String,
columnNames As String()
) As DataTable
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:
DataTableReturns a DataTable with all found rows with specified columns
See Also