ConnectionContext Members
Establishes the context for the database connection that is associated with the database unit test.
The following tables list the members exposed by the ConnectionContext type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
ConnectionContext | Initializes a new instance of the ConnectionContext class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
CommandTimeout | Gets the time (in seconds) that elapses before the command that executes the batch statement times out. |
![]() |
Connection | Gets or sets the database connection. |
![]() |
Provider | Gets or sets a provider that is associated with the connection. |
![]() |
Transaction | Gets or sets the transactions to use when executing the Transact SQL (T-SQL) statements. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. |
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
ConnectionContext Class
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace