-
-
Notifications
You must be signed in to change notification settings - Fork 668
WhereClause.equalsIgnoreCase()
David Fahlander edited this page Mar 28, 2014
·
6 revisions
table.where(indexOrPrimKey).equalsIgnoreCase(key)
indexOrPrimKey: String | Name of an index or primary key registered in Version.stores() |
key | Key to compare with. Must be a string |
Collection or WriteableCollection depending on table type
Dexie.js - minimalistic and bullet proof indexedDB library