RelationProxy.where

Specifies filters according to the given AA. Filters will be joined with AND.

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

Meta