Click or drag to resize

DMConnection Class

Inheritance Hierarchy

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
[SerializableAttribute]
public abstract class DMConnection : DbObject, 
	ICloneable

The DMConnection type exposes the following members.

Constructors
  NameDescription
Protected methodDMConnection
Initializes a new instance of the DMConnection class
Top
Properties
  NameDescription
Public propertyConnection (Inherited from DbObject.)
Public propertyData
Public propertyDBName
Public propertyDW
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyMeta
Public propertyName
Public propertyTransaction (Inherited from DbObject.)
Public propertyType
Top
Methods
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICloneableClone
Creates a new object that is a copy of the current instance.
Top
See Also