Click or drag to resize
MdbReaderT Class
Inheritance Hierarchy
SystemObject
  FDF.Common.IOIoDataReaderWriter
    FDF.Common.IOIoDataReaderT
      FDF.Common.IOMdbReaderT
        FDF.Common.IOCrsReader

Namespace: FDF.Common.IO
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public abstract class MdbReader<T> : IoDataReader<T>

Type Parameters

T

The MdbReaderT type exposes the following members.

Constructors
  NameDescription
Protected methodMdbReaderT
Initializes a new instance of the MdbReaderT class
Top
Properties
  NameDescription
Public propertyConnectionString
Returns connection string used by the IoDataFormat reader to connect to file being read.
Top
Methods
See Also