.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    GetColumnIndexByName Method

    GetColumnIndexByName(string)

    Gets the index of a column identified by its name.

    Declaration
    public int GetColumnIndexByName(string name)
    Parameters
    string name

    The name of the column.

    Returns
    int

    The index of the column matching the specified name, or -1 if no column exists with that name.

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