Skip to content

TQueryableBool_T__Execute()

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

DbEcBool<T>.Execute() Method

Execute TQuery SQL boolean command and returns true or false.

public bool Execute();

Returns

System.Boolean
True if the command result is true, otherwise returns false.

Clone this wiki locally