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.0.0.0
Syntax public 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