Info
| Version: | 3.0.4 |
| Author(s): | ValenteMesmo |
| Last Update: | Monday, November 16, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/ValenteMesmo/ValenteMesmo.CamlBuilder |
| NuGet Url: | https://www.nuget.org/packages/ValenteMesmo.CamlBuilder |
Install
Install-Package ValenteMesmo.CamlBuilder
dotnet add package ValenteMesmo.CamlBuilder
paket add ValenteMesmo.CamlBuilder
ValenteMesmo.CamlBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 5.0.0)
Tags
```C#
CamlBuilder.Where(f-> f.Number("Age").IsGreaterThan(18)).Build()
```.