Click or drag to resize

DataTableProxyGetName Method

Gets the table name or full document path depending on level.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetName(
	int level
)

Parameters

level  Int32
The detail level of the returned name.

Return Value

String
The table name or the full document path.
See Also