Skip to main content
A newer version of this page is available. .

ColumnInfo Constructors

Obsolete. Obsolete. Use the corresponding functionality of the SelectQuery class instead.
Name Parameters Description
ColumnInfo() none Initializes a new instance of the ColumnInfo class with the default settings.
ColumnInfo(String, AggregationType, String) name, aggregation, alias Initializes a new instance of the ColumnInfo class with the specified name, alias and aggregation type.
ColumnInfo(String, AggregationType) name, aggregation Initializes a new instance of the ColumnInfo class with the specified name and aggregation type.
ColumnInfo(String, String) name, alias Initializes a new instance of the ColumnInfo class with the specified alias and name.
ColumnInfo(String) name Initializes a new instance of the ColumnInfo class with the specified name.
See Also