-
Notifications
You must be signed in to change notification settings - Fork 0
TQueryGet_T__ToList()
Jacob Spitzer edited this page Aug 28, 2022
·
2 revisions
Executes a query, returning an List object with the data typed as T.
public System.Collections.Generic.IList<T> ToList();
System.Collections.Generic.IList<T>
A sequence of data of the supplied table type; an instance
is created per row, and a direct column-name===member-name mapping is assumed
(case insensitive).