Search Results for

    Show / Hide Table of Contents

    Class QueryResultRow

    Contains the result of a select statement as row.

    Inheritance
    System.Object
    QueryResultRow
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: SqlDotNet.CLRInterface
    Assembly: SqlDotNet.dll
    Syntax
    public class QueryResultRow

    Constructors

    | Improve this Doc View Source

    QueryResultRow()

    Create result row

    Declaration
    public QueryResultRow()

    Properties

    | Improve this Doc View Source

    Columns

    List of all columns

    Declaration
    public IDictionary<string, object> Columns { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx