Overload List
Name | Description | |
---|---|---|
![]() | Enumerable(String) | Obsolete.
Execute a query and return the results in an interator.
(Inherited from ISession.) |
![]() | Enumerable(String, QueryParameters) |
Execute an Iterate() query
|
![]() | Enumerable<(Of <(T>)>)(String, QueryParameters) |
Strongly-typed version of Enumerable(String, QueryParameters)
|
![]() | 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.
(Inherited from ISession.) |
![]() | 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.
(Inherited from ISession.) |