Click or drag to resize
IStatementColumns Property
An IReadOnlyListT of the columns in the statement's resultset.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
IReadOnlyList<ColumnInfo> Columns { get; }

Property Value

Type: IReadOnlyListColumnInfo
See Also