.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    SqlRowMetadata Class

    Namespace: Hazelcast.Sql
    Assembly: Hazelcast.Net.dll

    Represents columns metadata for a SqlRow.

    public class SqlRowMetadata
    Inheritance
    object
    SqlRowMetadata
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Properties

    Name Description
    Columns

    Gets all columns metadata.

    this[int]

    Gets metadata for the column at the specified index.

    Methods

    Name Description
    GetColumnIndexByName(string)

    Gets the index of a column identified by its name.

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