Added a new option that allows you to disable deferred enumeration. By disabling this feature you will be able to use the ToQueryString method provided by EF 5 onwards. If possible, I recommend leaving this feature enabled (default). For details please refer to the UseDeferredEnumeration method documentation.
ToQueryString
method provided by EF 5 onwards. If possible, I recommend leaving this feature enabled (default). For details please refer to theUseDeferredEnumeration
method documentation.Configuration example:
Provides a workaround for #25 .