Click or drag to resize

AccessConnection Class

Inheritance Hierarchy

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
[DMConnectionInfoAttribute(0, "Microsoft Access")]
public class AccessConnection : DMConnection

The AccessConnection type exposes the following members.

Constructors
  NameDescription
Public methodAccessConnection
Initializes a new instance of the AccessConnection class
Top
Properties
  NameDescription
Public propertyConnection (Inherited from DbObject.)
Public propertyData (Inherited from DMConnection.)
Public propertyDBName (Overrides DMConnectionDBName.)
Public propertyDW (Inherited from DMConnection.)
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyLocalPath
Public propertyMeta (Inherited from DMConnection.)
Public propertyName (Inherited from DMConnection.)
Public propertyTransaction (Inherited from DbObject.)
Public propertyType (Inherited from DMConnection.)
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.
(Inherited from DMConnection.)
Top
See Also