Show / Hide Table of Contents

    IGroupingGetter.GetItemBoolean Method

    .NET Standard 2.x

    When the IsGroup property is false, gets the value of the specified column (by the column number/name) and converts this value to the System.Nullable<System.Boolean> data type. You can specify whether to get the original value. By default, the current value is taken.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    GetItemBoolean(short column, bool isOriginalValue = false) When the IsGroup property is false, gets the value of the specified column (by the column number) and converts this value to the System.Nullable<System.Boolean> data type. You can specify whether to get the original value. By default, the current value is taken.
    GetItemBoolean(string column, bool isOriginalValue = false) When the IsGroup property is false, gets the value of the specified column (by the column name) and converts this value to the System.Nullable<System.Boolean> data type. You can specify whether to get the original value. By default, the current value is taken.
    Back to top Generated by Appeon