SelectQuery..::..WhereItems Property
Gets the where items.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: 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 (); }