Created
July 18, 2018 14:09
-
-
Save shaneis/e6e0b82d2963636749a092f31cfd3ec4 to your computer and use it in GitHub Desktop.
I like the formatting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[PSCustomObject]@{ | |
Name = '$Stmt' | |
Type = $Stmt.GetType().FullName | |
}, [PSCustomObject]@{ | |
Name = '$ActualStmt' | |
Type = $ActualStmt.GetType().FullName | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment