Class DBCursorBehavior
represents DBCursor behavior
Inheritance
System.Object
DBCursorBehavior
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DAL
Assembly: Simplic.Framework.DAL.dll
Syntax
public class DBCursorBehavior
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 |