Class DBCursorBehavior
represents DBCursor behavior
Inheritance
System.Object
DBCursorBehavior
Namespace: Simplic.Framework.DAL
Assembly: Simplic.Framework.DAL.dll
Syntax
public class DBCursorBehavior : object
Constructors
| Improve this Doc View SourceDBCursorBehavior()
creates new instance of DBCursorBehavior
Declaration
public DBCursorBehavior()
Properties
| Improve this Doc View SourceIdentifyTotalRows
Configuration for DBCursor.TotalRowCount true = TotalRowCount is calculated false = TotalRowCount is null default = true;
Declaration
public bool IdentifyTotalRows { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InPlaceUpdate
Gets or sets whether an in-place-update should be done or not
Declaration
public bool InPlaceUpdate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |