Overload List
| Name | Description | |
|---|---|---|
| Exists()() |
Check if there is any records in the db for the target type
| |
| Exists(DetachedCriteria) |
Check if any instance matching the criteria exists in the database.
| |
| Exists(array<ICriterion>[]()) |
Check if any instance matches the criteria.
| |
| Exists(Object) |
Check if the id 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 the target type
|
See Also
ActiveRecordMediator<(Of <T>)> Members
Castle.ActiveRecord Namespace