Finds the single row associated with a foreign key in base.
T is used to find the key, unless ambiguous, in which case you must pass key.
To do a join through a many-to-many relationship, go to children or use real sql.
See Implementation
Finds the single row associated with a foreign key in base.
T is used to find the key, unless ambiguous, in which case you must pass key.
To do a join through a many-to-many relationship, go to children or use real sql.