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

    Columns

    Gets all columns metadata.

    Item[Int32]

    Gets metadata for the column at the specified index.

    Methods

    GetColumnIndexByName(String)

    Gets the index of a column identified by its name.

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