fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
572 stars 146 forks source link

How to dynamic build where #607

Closed HotHat closed 5 years ago

HotHat commented 5 years ago

How Can I dymanic build where clause by condition Something like PredicateBuilder in LinqKit

Thorium commented 5 years ago

This should get you started: https://fsprojects.github.io/SQLProvider/core/composable.html

HotHat commented 5 years ago

@Thorium thank you. That is what i want!