dotConnect for MySQL Documentation
In This Topic
    Query Options
    In This Topic

    dotConnect for MySQL has some options that customize translating LINQ to Entities to SQL statements. The list of these options includes:

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

    As an alternative to setting ComparisonCollation or LikeCollation options globally, you can use the MySqlFunctions.Collate method in your queries, you want to use the COLLATE operator in.