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: 11.2.0.0
Syntaxpublic 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