.NET Client Documentation
5.0.1
Search Results for

    Show / Hide Table of Contents

    GetColumn Method

    GetColumn<T>(Int32)

    Gets th

    Declaration
    public T GetColumn<T>(int index)
    Parameters
    Int32 index
    Returns
    T
    Type Parameters
    T

    GetColumn<T>(String)

    Gets the value of a column identified by its name.

    Declaration
    public T GetColumn<T>(string name)
    Parameters
    String name

    The name of the column.

    Returns
    T

    The value of the column with the specified name.

    Type Parameters
    T

    The expected type of the value.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.