DbConnectionExtensionMethods Class |
Class for DbConnection related extension methods
Inheritance HierarchySystem.Object SD.Tools.BCLExtensions.DataRelated.DbConnectionExtensionMethods
Namespace: SD.Tools.BCLExtensions.DataRelatedAssembly: SD.Tools.BCLExtensions (in SD.Tools.BCLExtensions.dll) Version: 1.0.0.0 (1.0.10.1127)
Syntaxpublic static class DbConnectionExtensionMethods
<ExtensionAttribute>
Public NotInheritable Class DbConnectionExtensionMethods
The DbConnectionExtensionMethods type exposes the following members.
Methods
| Name | Description |
---|
  | SafeClose |
A safe close routine for a database connection, which can also dispose the connection, if required.
|
Top
See Also