Search This Blog

Thứ Hai, 28 tháng 8, 2017

Nối các truy vấn điều kiện in IOS



let tanDogs = realm.objects(Dog.self).filter("color = 'tan'")
let tanDogsWithBNames = tanDogs.filter("name BEGINSWITH 'B'")

Không có nhận xét nào:

Đăng nhận xét