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: 12.0.0.0
Syntax public int[] FilterAny(
string filterExpression
)
Public Function FilterAny (
filterExpression As String
) As Integer()
Parameters
- filterExpression
- Type: SystemString
Parameter for your filter expression
Return Value
Type:
Int32Returns the found row indizies
See Also