Click or drag to resize

DataTableName Property

Get 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 null.

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

Property Value

String

Implements

INamedObjectName
INameOwnerName
INamedObjectName
See Also