Click or drag to resize

DataTablesAggregationProcessDataDataTableNameFilter Property

Gets or sets filters that are used as name patterns to select tables by their name.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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