Skip to content

TQueryableBool_T_

Jacob Spitzer edited this page Aug 28, 2022 · 3 revisions

DbEcBool<T> Class

An DbEcBool<T> instanse which will be used for the 'Boolean' method extensions.

public class DbEcBool<T> : DbEasyConnect.DbEc<T>

Type parameters

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.

Clone this wiki locally