dotConnect for PostgreSQL Documentation
In This Topic
    SQL Formatting
    In This Topic

    dotConnect for PostgreSQL includes settings for disabling code formatting. This reduces the size of generated SQL statements a bit. The formatting can be completely enabled or disabled using the PgSqlEntityProviderConfig.SqlFormatting.Enable() or PgSqlEntityProviderConfig.SqlFormatting.Disable() methods respectively. More specific settings are available as well:

    These options can be set either in code as the properties of the EntityProviderConfig.SqlFormatting object or in the project config file as the attributes of the SqlFormatting element of the Devart.Data.PostgreSql.Entity tag.