You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not instantiate QueryContainerDescriptor<T> unneccessarily
Query methods on QueryContainerDescriptor<T> wrap the IQuery in a new instantiated QueryContainerDescriptor<T>. The QueryContainerDescriptor<T> instance on which the method is called can be used when it does not already contain a query.
Align Raw() query method call with the rest of the query methods.
0 commit comments