Search Results for

    Show / Hide Table of Contents

    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 Source

    DBCursorBehavior()

    creates new instance of DBCursorBehavior

    Declaration
    public DBCursorBehavior()

    Properties

    | Improve this Doc View Source

    IdentifyTotalRows

    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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx