Skip to content

WhereClause.equalsIgnoreCase()

David Fahlander edited this page Mar 28, 2014 · 6 revisions

Syntax

table.where(indexOrPrimKey).equalsIgnoreCase(key)

Parameters

indexOrPrimKey: String Name of an index or primary key registered in Version.stores()
key Key to compare with. Must be a string

Return Value

Collection or WriteableCollection depending on table type

Clone this wiki locally