Click or drag to resize
DbConnectionExtensionMethods Class
Class for DbConnection related extension methods
Inheritance Hierarchy
SystemObject
  SD.Tools.BCLExtensions.DataRelatedDbConnectionExtensionMethods

Namespace:  SD.Tools.BCLExtensions.DataRelated
Assembly:  SD.Tools.BCLExtensions (in SD.Tools.BCLExtensions.dll) Version: 1.0.0.0 (1.0.10.1127)
Syntax
public static class DbConnectionExtensionMethods

The DbConnectionExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSafeClose
A safe close routine for a database connection, which can also dispose the connection, if required.
Top
See Also