Click or drag to resize

QueryFieldGetFullName(Boolean) Method

Gets the full field name, including the parent table name and brackets, and optionally including a GROUPBY clause.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string GetFullName(
	bool groupBy
)

Parameters

groupBy  Boolean
Whether to include a GROUPBY clause.

Return Value

String
The full field name.
See Also