Click or drag to resize

DataColumnFullName Property

Returns either the column name if the column has no parent table, or the parent table name, followed by a backslash and the column name if the column has a table.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string FullName { get; }

Property Value

String

Implements

IReadableColumnFullName
See Also