Logo ProcessCore

SqlRow Type

A single result-set row, keyed by column name. Driver implementations populate this map from the underlying engine's row representation (ADO.NET reader, better-sqlite3 object, Python tuple, …).

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Parameters:
    key : string

Returns: SqlValue
key : string
Returns: SqlValue

this.Keys

Full Usage: this.Keys

Returns: ICollection<string>
Returns: ICollection<string>

this.Values

Full Usage: this.Values

Returns: ICollection<SqlValue>
Returns: ICollection<SqlValue>

Type something to start searching.