QueryBuilder.from

Same as above, but instead of accepting a string parameter, it instead accepts a type as a template parameter, then sets the value to that type's relation name. Preferred over the above version.

  1. QueryBuilder from(string from)
  2. QueryBuilder from()
    struct QueryBuilder
    ref
    from
    (
    T
    )
    (
    )

Meta