Search found 11 matches

by greatbarrier86
Mon Jan 11, 2010 12:57 am
Forum: Former and Future Customers - Questions
Topic: Should PrimalSense pick up on .net variable types
Replies: 4
Views: 3470

Should PrimalSense pick up on .net variable types

# create the command [System.Data.SqlClient.SqlCommand]$cmd = New-Object "System.Data.SqlClient.SqlCommand" $cmd.CommandType = [System.Data.CommandType]"Text" $cmd.CommandText = $Query $cmd.Connection = $cn However, i noticed that the properties of it are not automatically displa...