Skip to content

TQueryGet_T__AsEnumerable()

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

TQueryGet<T>.AsEnumerable() Method

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

public System.Collections.Generic.IEnumerable<T> AsEnumerable();

Returns

System.Collections.Generic.IEnumerable<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