Show / Hide Table of Contents

    DbResultSet.GetValue Method

    .NET Standard 2.x

    Gets the data value of the specified column from the result set.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Overloads

    Method Description
    GetValue(int columnIndex) Gets the data value of the specified column from the result set.
    GetValue(string columnName) Gets the data value of the specified column from the result set.
    GetValue(int columnIndex) Gets the data value of the specified column from the result set.
    GetValue(string columnName) Gets the data value of the specified column from the result set.
    Back to top Generated by Appeon