sql property

String get sql

Implementation

String get sql => columns.isEmpty
    ? quoted
    : '$quoted (${columns.map(MssqlSql.quoteIdentifier).join(', ')})';