A clause that translates to the $eq operator. The key path this appears on will be used in a = expression.
=
e.g. { 'x.y': { $eq: 'once' } } => x.y = :value0 // (where :value0 is set to 'once')
{ 'x.y': { $eq: 'once' } } => x.y = :value0 // (where :value0 is set to 'once')
Generated using TypeDoc
A clause that translates to the $eq operator. The key path this appears on will be used in a
=
expression.e.g.
{ 'x.y': { $eq: 'once' } } => x.y = :value0 // (where :value0 is set to 'once')