-
Notifications
You must be signed in to change notification settings - Fork 0
TQueryGet_T__AsEnumerable()
Jacob Spitzer edited this page Aug 28, 2022
·
2 revisions
Executes a query, returning an IEnumerable object with the data typed as T.
public System.Collections.Generic.IEnumerable<T> AsEnumerable();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).