DBContext Class Properties
From MNG Profiler
MNG.Direct Documentation
DBContext Class Properties
For a list of all members of this type, see DBContext members.
Public Properties
| Name | Description | |
|---|---|---|
| ApplicationName | Gets or sets the application name that will be associated with the DB connection. | |
| ConnectionString | Grabs the connection string established in App.config. Allows overriding of the application name and connection timeout. | |
| ConnectionTimeout | Gets or sets the connection timeout. Allows for overriding the default value in the connection string. |
See Also