Skip to content

SQL Client for .NET 2.0.0

Choose a tag to compare

@cedx cedx released this 13 Jan 22:54
· 315 commits to main since this release
  • Breaking change: the Query and QueryAsync methods of the ConnectionExtensions class now return a List<T> by default.
  • Breaking change: transformed the CommandOptions constructor into a parameterless constructor.
  • Added the QueryOptions record.
  • Added the IEnumerable<T>.AsList() extension method.
  • Added the -NoEnumerate and -Stream parameters to the Invoke-Query cmdlet.