RelationProxy.where

Same as above, but allowing you to specify a completely custom filter. The supplied string will be wrapped in (), can be called multiple times to specify multiple filters.

  1. auto ref where(U[string] filters)
  2. auto ref where(string filter, U params)
    struct RelationProxy(T)
    ref
    where
    (
    U...
    )
    (
    string filter
    ,)

Meta