biz.dfch.PS.System.Data
1.1.2
See the version list below for details.
dotnet add package biz.dfch.PS.System.Data --version 1.1.2
NuGet\Install-Package biz.dfch.PS.System.Data -Version 1.1.2
<PackageReference Include="biz.dfch.PS.System.Data" Version="1.1.2" />
paket add biz.dfch.PS.System.Data --version 1.1.2
#r "nuget: biz.dfch.PS.System.Data, 1.1.2"
// Install biz.dfch.PS.System.Data as a Cake Addin #addin nuget:?package=biz.dfch.PS.System.Data&version=1.1.2 // Install biz.dfch.PS.System.Data as a Cake Tool #tool nuget:?package=biz.dfch.PS.System.Data&version=1.1.2
biz.dfch.PS.System.Data
Modules: biz.dfch.PS.System.Data
d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland
This PowerShell module contains Cmdlets to perform various related actions against (SQL) databases via the .NET Framework System.Data namespace. It does not use the the SQL Server shipped "Invoke-SqlCmd" Cmdlet from the "SqlServerCmdletSnapin100" assembly (which is quite buggy).
See http://d-fens.ch/2014/10/19/module-biz-dfch-ps-system-data/
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
20151209
* fixed issue with parameter type ConnectionString and integrated security set to false
* added Invoke-SqlCmdText as separate Cmdlet
* fixed installer