Get-SqlDataSet
0.2
PowerShell script that helps you Automate All The Things!
Installation Options
Owners
Copyright
David Walker, Sitecore Dave, Radical Dave
Package Details
Author(s)
- David Walker Sitecore Dave Radical Dave
Tags
sitecore powershell local install iis solr
Dependencies
This script has no dependencies.
Release Notes
Additional details:
https://stackoverflow.com/questions/13974676/why-does-powershell-think-im-trying-to-return-an-object-rather-then-a-datatab
for ($i = 0; $i -lt $dataset.Tables.Count; $i++) { $dataset.Tables[$i] | Format-Table | Out-Host }
FileList
- Get-SqlDataSet.nuspec
- Get-SqlDataSet.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.2 (current version) | 68 | 1/8/2022 |
0.1 | 35 | 1/8/2022 |