WhereMixin.where

Automatically quotes rhs.

  1. auto where(string lhs, string rhs)
    mixintemplate WhereMixin(T, QueryT, AstT)
    where
    (
    string lhs
    ,
    string rhs
    )
  2. auto where(string lhs, SysTime rhs)
  3. auto where(string lhs, T rhs)
  4. auto where(string condition)

Meta