Share via


All Packages

Package com.ms.wfc.data

Provides basic data access using the ActiveX Data Objects (ADO) object model. Also provides classes that support data formatting.

Classes


  • Defines the ADO enumeration constants.
  • AdoException
    Represents an ADO exception.
  • AdoProperties
    Encapsulates the ADO Properties collection, which contains all Property objects for an instance of an ADO object.
  • AdoProperty
    Encapsulates the ADO Property object, which represents a property for an ADO object.
  • BooleanDataFormat
    Represents a data format object for formatting boolean data types.

  • Encapsulates the ADO Command object, which represents an executable command against a data source.

  • Encapsulates the ADO Connection object, which represents a connection to a data source.
  • ConnectionEvent
    Provides data for events that result from an operation performed with a Connection object.
  • DataFormat
    Represents the abstract implementation of the IDataFormat interface.

  • Encapsulates the ADO DataSpace object, which creates client-side proxies to business objects located on the middle tier.
  • DateDataFormat
    Represents a data format object for formatting date and time data types.
  • DateFormat
    Defines constants that specify the formats used by a DateDataFormat object.

  • Encapsulates the ADO Error object, which represents a provider error.

  • Encapsulates the ADO Errors collection, which contains all Error objects created in response to provider errors.

  • Encapsulates the ADO Field object, which represents a column of data with a data type.

  • Encapsulates the ADO Fields collection, which contains all Field objects of a Recordset object.
  • NumberDataFormat
    Represents a data format object for formatting numeric data types.

  • Represents a server.

  • Encapsulates the ADO Parameter object, which represents a parameter associated with a parameterized query or stored procedure.

  • Encapsulates the ADO Parameters collection, which contains all Parameter objects of a Command object.

  • Encapsulates the ADO Recordset object, which represents the set of records from a base table or from the results of an executed command.
  • RecordsetEvent
    Provides data for events that result from an operation performed with a Recordset object.
  • Timestamp
    Represents a timestamp data type.

Interfaces

Delegates