Skip to content

TQueryGet_T__ToList()

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

TQueryGet<T>.ToList() Method

Executes a query, returning an List object with the data typed as T.

public System.Collections.Generic.IList<T> ToList();

Returns

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).

Clone this wiki locally