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

    dotConnect for MySQL 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 MySqlEntityProviderConfig.SqlFormatting.Enable() or MySqlEntityProviderConfig.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.MySql.Entity tag.