.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    SqlRow Class

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

    Represents a row in an ISqlQueryResult.

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

    Constructors

    Name Description
    SqlRow(IList<object>, SqlRowMetadata)

    Initializes a new instance of the SqlRow class.

    Properties

    Name Description
    Metadata

    Gets the row metadata.

    Methods

    Name Description
    GetColumn<T>(int)

    Gets the value of the column by identified by index

    GetColumn<T>(string)

    Gets the value of a column identified by its name.

    GetKey<T>()

    Gets the key of the row.

    GetValue<T>()

    Gets the value of the row.

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