The DataSource type exposes the following members.

Constructors

  Name Description
Public method DataSource()()()()
Initializes a new instance of the DataSource class.
Public method DataSource(DataProviderEnum, String)
Initializes a new instance of the DataSource class, assigning the data source type and connection string.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another DataSource to the current object.

Properties

  Name Description
Public property ConnectionProperties
Gets the ConnectionProperties object containing data source connection information (connection string, data provider etc.).
Public property DataSchema
Gets the C1DataSchema containing the current data source.
Public property Transaction
Gets or sets a value indicating whether all data for all data sets that use the current data source should be fetched within a single transaction.

See Also