orWhere()
Usage
Same as where usage just with "or" condition
Typescript Declarations
function orWhere(
field: WherePrimaryClosure | string,
value?: WhereSecondaryClosure | any,
): Query
Table of Contents
orWhere()
Same as where usage just with "or" condition
function orWhere(
field: WherePrimaryClosure | string,
value?: WhereSecondaryClosure | any,
): Query