Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Query Extensions

For more information on query extensions, check out this PLINQO feature video.

Widget Connector
width500
urlhttp://www.youtube.com/watch?v=4CSXNWvFSwI&feature=player_embedded
height310

...

Code Block
languagecsharp
db.User.ByAge(21, ComparisonOperator.GreaterThan);

 

The comparison operators provide all the options to filter data(Equals, GreaterThan, GreaterThanOrEquals, LessThan, LessThanOrEquals and NotEquals). PLINQO makes it a lot simpler and easier to meet all requirements when filtering data.

Next: Caching