Overload List
| Name | Description | |
|---|---|---|
| Exists()() |
Check if there is any records in the db for T | |
| Exists(DetachedCriteria) |
Check if any instance matching the criteria exists in the database.
| |
| Exists(array<ICriterion>[]()) |
Check if any instance matching the criteria exists in the database.
| |
| Exists<(Of <PkType>)>(PkType) |
Check if the id exists in the database.
| |
| Exists(String, array<Object>[]()) |
Check if there is any records in the db for T |