Show / Hide Table of Contents

    IDataStoreBases.SetItem Method

    .NET Standard 2.x

    Sets the value of a row and column (by column name/number).

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    SetItem(int row, short column, object value) Sets the value of a row and column (by column name).
    SetItem(int row, string column, object value) Sets the value of a row and column (by column number).
    Back to top Generated by Appeon