.NET Client Documentation
5.1.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
    Int32

    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-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.