SqlDatabaseStreaming extension Sessions and transactions
Demand-driven raw-row streaming with a bounded database cursor.
- on
Methods
-
stream(
SqlCommand command, {int batchSize = 128, ExecutionOptions options = const ExecutionOptions()}) → Stream< List< Object?> > -
Available on SqlDatabase<
Streams raw rows, fetching at mostBackend> , provided by the SqlDatabaseStreaming extensionbatchSizerows per database request.