Category Archives: Query Extensions

PLINQO Query Extension Updates

The Problem Unfortunately the previous query extensions, while great at querying by a particular value, did not support simple operations such as getting by a nullable value type (where you know it can be null or just a value).Example: If you want to query by a nullable column, you had to use a a lambda …Read More

Breaking Change in PLINQO 3.2

No, PLINQO 3.2 has not been released yet. However, when it is, there will be a few small but breaking changes introduced with it. As we often recommend that you use PLINQO’s latest nightly builds, we wanted to bring this to your attention ASAP. Breaking Query Extension Changes We have added the UniqueMethodPrefix property to …Read More