OrWhereIn constructor

OrWhereIn(
  1. List<WhereGroup> whereGroup
)

Implementation

OrWhereIn(List<WhereGroup> whereGroup) : super(columnName: null, operator: null, value: null, type: WhereTypes.orWhereIn, whereGroup: whereGroup);