DataTablesAggregationProcessDataDataTableNameFilter Property |
Gets or sets filters that are used as name patterns to select tables by their name.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic ImmutableList<string> DataTableNameFilter { get; set; }Property Value
ImmutableListString
Remarks
The alternative possibility is to use a name filter to select tables by their name.
See Also