QueryFieldGetFullName(Boolean) Method |
Gets the full field name, including the parent table name and brackets,
and optionally including a GROUPBY clause.
Namespace: Altaxo.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string GetFullName(
bool groupBy
)
Parameters
- groupBy Boolean
- Whether to include a GROUPBY clause.
Return Value
StringThe full field name.
See Also