menu
mssql_orm package
documentation
orm.dart
MssqlRepository<TRow, TKey>
exists method
exists method
dark_mode
light_mode
exists
method
Future
<
bool
>
exists
(
TKey
key
)
Implementation
Future<bool> exists(TKey key) { _requireKey('exists'); return existsWhere(_keyCondition(key)); }
mssql_orm package
documentation
orm
MssqlRepository<TRow, TKey>
exists method
MssqlRepository class