Skip to content
Auto
Products

DbCursorExtensions

Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37

public static class DbCursorExtensions

Inheritance: object → DbCursorExtensions

public static IList<T> AsList(this IDbCursor cursor)

IList<T>

public static QueryObjectResult<T> Execute(this IDbCursor cursor, this int index, this int count)

QueryObjectResult<T>

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)

QueryObjectResult<T>