ydb-dotnet-sdk
ydb-dotnet-sdk copied to clipboard
dev: Fix query stream example
for sum something without allocate memory for full result: result.Add(Series.FromRow(row));
need change example: private async Task StreamSelect()