Overload List

  NameDescription
Enumerable(String) Obsolete.
Execute a query and return the results in an interator.
Enumerable(String, Object, IType) Obsolete.
Execute a query and return the results in an interator, binding a value to a "?" parameter in the query string.
Enumerable(String, array<Object>[]()[], array<IType>[]()[]) Obsolete.
Execute a query and return the results in an interator, binding the values to "?"s parameters in the query string.

See Also