The OracleDataSet type exposes the following members.

Properties

  NameDescription
Public propertyConnectionState
The state of the connection to the database or the source file.
(Inherited from OleDbDataSet.)
Protected propertyDBMS
Specifies the type of database
(Overrides OleDbDataSet..::..DBMS.)
Public propertyFields
The columns in the data source.
(Inherited from OleDbDataSet.)
Public propertyPassword
The user's password.
Public propertyService
The TNS service to connect to.
Public propertyTableName
The database table or file path where the data resides.
(Inherited from OleDbDataSet.)
Public propertyUser
The user that has access to the table.

See Also