ConnectionHelpers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods to provide database-scoped connections in place of a server-scoped connection
public static class ConnectionHelpers
type ConnectionHelpers = class
Public Module ConnectionHelpers
- Inheritance
-
ConnectionHelpers
Methods
ToScopedServerConnection(SqlConnection, Urn) |
Given a SqlConnection and Urn, returns the ServerConnection scoped to the database specified by the Urn. |
ToScopedServerConnection(SqlConnection, Urn) |