-
Notifications
You must be signed in to change notification settings - Fork 42
Query Operations
Malcolm Groves edited this page Jan 14, 2014
·
2 revisions
FluentQuery determines which query operations are available to you by looking at the type for which you are querying. For example, if you are querying for strings, you have operations such as StartsWith, EndsWith, Contains, etc.
For more details of the operations available, click on the type below:
- Char Query Operations
- Integer Query Operations
- Generic Query Operations
- Pointer Query Operations
- String Query Operations
These are being added to constantly, and are also not that hard to add yourself.