Click or drag to resize

DataTableName Property

Gets or sets the full name of the table. At first, if the table is not added to a collection, the name of the table may be .

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override string Name { get; set; }

Property Value

String

Implements

INamedObjectName
INameOwnerName
INamedObjectName
See Also