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.DataAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic int[] FilterAny(
string filterExpression
)
Public Function FilterAny (
filterExpression As String
) As Integer()
Parameters
- filterExpression String
- Parameter for your filter expression
Return Value
Int32Returns the found row indizies
See Also