-
Notifications
You must be signed in to change notification settings - Fork 0
TQueryableBool_T_
Jacob Spitzer edited this page Aug 28, 2022
·
3 revisions
An DbEcBool<T> instanse which will be used for the 'Boolean' method extensions.
public class DbEcBool<T> : DbEasyConnect.DbEc<T>Inheritance System.Object 🡒 DbEasyConnect.TQuery<T> 🡒 DbEcBool<T>
| Methods | |
|---|---|
| Execute() | Execute TQuery SQL boolean command and returns true or false. |
| ExecuteAsync() | Execute TQuery SQL boolean command asynchronously using Task, and returns true or false. |