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

SelectQuery..::..WhereItems Property

Gets the where items.

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

Syntax


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

Field Value

The where items.