public FormattableString Build(IDapperCommandBuilder commandBuilder)
        {
            string       commandTemplate = nullExpression.GetCommandTemplate();
            IFormattable columnName      = Sql.Column(nullExpression.GetPropertyName());

            return(FormattableStringFactory.Create(
                       commandTemplate,
                       columnName));
        }