When issuing a query one can switch of buffering by using AsStreaming() method. However this does not work (out of the box) for stored procedures. The method we codegen does not take the ExecutionOption parameter. It is not very discoverable to modify the generated code. I think we should be generating this by default (extra overload).
↧