Class Row
- Namespace
- Dynamicweb.Data.Firehose
- Assembly
- Dynamicweb.Core.dll
Represents a single row of data composed of a collection of columns.
public sealed record Row : IEquatable<Row>
- Inheritance
-
Row
- Implements
- Inherited Members
Properties
Columns
Gets the collection of columns defined in the table schema.
public IReadOnlyCollection<Column> Columns { get; }