Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.19 KB

queryinstance-columnname-method.md

File metadata and controls

43 lines (35 loc) · 1.19 KB
title description ms.author ms.date ms.topic author ms.reviewer
Query.ColumnName(Any) Method
Returns the name of a query column as a text string.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Query.ColumnName(Any) Method

Version: Available or changed with runtime version 1.0.

Returns the name of a query column as a text string.

Syntax

Name :=   Query.ColumnName(Column: Any)

Parameters

Query
 Type: Query
An instance of the Query data type.

Column
 Type: Any
Refers to the name of the query column. The name of a query column is specified by the Name Property.

Return Value

Name
 Type: Text
The query column name.

See Also

Query Data Type
Get Started with AL
Developing Extensions