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

    SqlRow(IList<Object>, SqlRowMetadata)

    Initializes a new instance of the SqlRow class.

    Properties

    Metadata

    Gets the row metadata.

    Methods

    GetColumn<T>(Int32)

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