orWhereMonth abstract method

QueryBuilder orWhereMonth(
  1. String column,
  2. String operator,
  3. dynamic value
)

Implementation

QueryBuilder orWhereMonth(
  String column,
  String operator,
  dynamic value,
);