-
Notifications
You must be signed in to change notification settings - Fork 0
TQueryCrudExtensions_GetAll_Hx+Gc0xpuAzx0WU+2D1pgg
Jacob Spitzer edited this page Aug 28, 2022
·
2 revisions
Returns a list of all entities from table.
public static System.Collections.Generic.IEnumerable<Table> GetAll<Table>(this DbEasyConnect.DbEc<Table> tQuery);
tQuery
DbEasyConnect.DbEc<Table>
An DbEc<T>.
System.Collections.Generic.IEnumerable<Table>
All records in TQuery table.