RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

SelectQuery..::..Columns Property

Gets the SELECT columns.

Namespace:  RingSoft.DbLookup.QueryBuilder
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public IReadOnlyList<SelectColumn> Columns { get; }
Public ReadOnly Property Columns As IReadOnlyList(Of SelectColumn)
	Get
public:
property IReadOnlyList<SelectColumn^>^ Columns {
	IReadOnlyList<SelectColumn^>^ get ();
}

Field Value

The columns in the SELECT statement.