Skip to content

TQueryLinqExtensions_First_hoIFS7jvMY_BtFRlXek+SA

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

TQueryLinqExtensions.First<Table>(DbEc<Table>) Method

Executes a single-row query, returning the first record of the TQuery recordset.

public static Table First<Table>(this DbEasyConnect.DbEc<Table> tQuery);

Type parameters

Table
The type of the records of table class. need to be a class with the [Table("")] attribute.

Parameters

tQuery DbEasyConnect.DbEc<Table>
An DbEc<T>.

Returns

Table
The first record in the TQuery recordset.

Clone this wiki locally