QueryRow
- Namespace:
PPDS.Dataverse.Query.Planning - Assembly:
PPDS.Dataverse - Kind: Class
Summary
A single row flowing through the plan. Lightweight wrapper around column values.
Members
Constructors
QueryRow(IReadOnlyDictionary<string, QueryValue> values, string entityLogicalName)
QueryRow(IReadOnlyDictionary<string, QueryValue> values, string entityLogicalName)
Initializes a new instance of the PPDS.Dataverse.Query.Planning.QueryRow class.
Methods
FromRecord
QueryRow FromRecord(IReadOnlyDictionary<string, QueryValue> record, string entityLogicalName)
Creates a QueryRow from a QueryResult record.
Properties
EntityLogicalName
string EntityLogicalName { get; }
The entity logical name this row originated from.
Values
IReadOnlyDictionary<string, QueryValue> Values { get; }
Column name → value.