ResultSetExtensions extension

on
  • ResultSet

Properties

boolValue bool

Available on ResultSet, provided by the ResultSetExtensions extension

Returns the unique boolean value in the results.
no setter
intValue int

Available on ResultSet, provided by the ResultSetExtensions extension

Returns the unique integer value in the results.
no setter
trySingle → Row?

Available on ResultSet, provided by the ResultSetExtensions extension

Returns the only single 'Row' that exists in the ResultSet, or null if there are none or more than a single row.
no setter