DbCursorExtensions
Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public static class DbCursorExtensionsInheritance: object → DbCursorExtensions
Methods
Section titled “Methods”AsList<T>(IDbCursor)
Section titled “AsList<T>(IDbCursor)”public static IList<T> AsList(this IDbCursor cursor)Parameters
Section titled “Parameters”cursorIDbCursor
Returns
Section titled “Returns”IList<T>
Execute<T>(IDbCursor, int, int)
Section titled “Execute<T>(IDbCursor, int, int)”public static QueryObjectResult<T> Execute(this IDbCursor cursor, this int index, this int count)Parameters
Section titled “Parameters”Returns
Section titled “Returns”Execute<T>(IDbCursor, int, int, QueryObjectResultPropertyResolver)
Section titled “Execute<T>(IDbCursor, int, int, QueryObjectResultPropertyResolver)”public static QueryObjectResult<T> Execute(this IDbCursor cursor, this int index, this int count, this QueryObjectResultPropertyResolver customPropertyResolver)Parameters
Section titled “Parameters”cursorIDbCursorindexintcountintcustomPropertyResolverQueryObjectResultPropertyResolver