Skip to content

WhereClause.belowOrEqual()

landlockedsurfer edited this page Nov 23, 2014 · 5 revisions

Syntax

table.where(indexOrPrimKey).belowOrEqual(upperBound)

Parameters

indexOrPrimKey: String Name of an index or primary key registered in Version.stores()
upperBound Upper bound

Return Value

Collection or WriteableCollection depending on table type

Clone this wiki locally