Overload List
Name | Description | |
---|---|---|
![]() | Find(String) | Obsolete.
Execute a query
(Inherited from ISession.) |
![]() | Find<(Of <(T>)>)(CriteriaImpl) |
Strongly-typed version of Find(CriteriaImpl)
|
![]() | Find(CriteriaImpl) | |
![]() | Find(CriteriaImpl, IList) | |
![]() | Find<(Of <(T>)>)(String, QueryParameters) |
Strongly-typed version of Find(String, QueryParameters)
|
![]() | Find(String, QueryParameters) |
Execute a Find() query
|
![]() | Find(String, Object, IType) | Obsolete.
Execute a query, binding a value to a "?" parameter in the query string.
(Inherited from ISession.) |
![]() | Find(String, array<Object>[]()[], array<IType>[]()[]) | Obsolete.
Execute a query, binding an array of values to a "?" parameters in the query string.
(Inherited from ISession.) |
![]() | Find(String, QueryParameters, IList) |