.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    GetField Method

    GetField(string)

    Declaration
    IFieldDefinition GetField(string name)
    Parameters
    string name

    name of the field

    Returns
    IFieldDefinition

    field definition by given name or null

    GetField(int)

    Declaration
    IFieldDefinition GetField(int fieldIndex)
    Parameters
    int fieldIndex

    index of the field

    Returns
    IFieldDefinition

    field definition by given index

    Exceptions
    IndexOutOfRangeException
    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.