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 SourceQueryResultRow()
Create result row
Declaration
public QueryResultRow()
Properties
| Improve this Doc View SourceColumns
List of all columns
Declaration
public IDictionary<string, object> Columns { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |