G
Guest
In Beta 1, the Microsoft.Data.SqlServer.SqlContext.GetCommand static/shared
method allowed for the creation of a SqlCommand with a pre-assigned
Connection property denoting a SqlConnection associated with the DB where the
assembly was installed.
Does anyone know the replacement for this method (or how to get a
SqlConnection or SqlCommand object populated with the appropriate info
related to the hosting DB in Beta 2?)
Thanks in advance
Stephen
method allowed for the creation of a SqlCommand with a pre-assigned
Connection property denoting a SqlConnection associated with the DB where the
assembly was installed.
Does anyone know the replacement for this method (or how to get a
SqlConnection or SqlCommand object populated with the appropriate info
related to the hosting DB in Beta 2?)
Thanks in advance
Stephen