DataTablesAggregationProcessDataIsTableNameMatching(String) Method |
Determines whether the specified path matches the current table name filter.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool IsTableNameMatching(
string path
)
Parameters
- path String
- The table path or name to test.
Return Value
Booleantrue if the path matches at least one filter pattern; otherwise,
false.
See Also