Column is a value
A check for exact equality (null, true, false), finds all rows whose value on the stated column
exactly match the specified value
.
var result = await supabase.From<City>()
.Where(x => x.Name == null
.Get();
A check for exact equality (null, true, false), finds all rows whose value on the stated column
exactly match the specified value
.
var result = await supabase.From<City>()
.Where(x => x.Name == null
.Get();
Need some help?
Contact supportLastest product updates?
See ChangelogSomething's not right?
Check system status