month property

Implementation

NumericSqlExpressionBuilder<int> get month =>
    _month ??= NumericSqlExpressionBuilder(query, 'month');