get
Returns the attribute at index, cast to T.
Return
The attribute value.
Parameters
index
Zero-based index in declaration order.
Type Parameters
T
The expected attribute type. Declare it nullable to accept a SQL NULL.
Throws
Returns the attribute named name, cast to T.
Return
The attribute value.
Parameters
name
The attribute name, as declared in the database.
Type Parameters
T
The expected attribute type. Declare it nullable to accept a SQL NULL.