Paymentsense / Dapper.SimpleLoad

Dapper.SimpleLoad
MIT License
13 stars 4 forks source link

Add support for query hints #17

Open bartread opened 8 years ago

bartread commented 8 years ago

E.g., enable people to specify hints such as

OPTION (FORCE ORDER)

which can will force SQL Server to apply JOIN conditions in the order they are applied. There are obviously plenty of others.

Might be worth adding options to apply by default (which can be null), and then support overriding on a per query basis.