[]
Represents a data source in a C1DataSchema or in a Query.
[C1ClassSerialization(true)]
public class DataSource
| Name | Description |
|---|---|
| DataSource() | Initializes a new instance of the DataSource class. |
| DataSource(DataProviderEnum, string) | Initializes a new instance of the DataSource class, assigning the data source type and connection string. |
| Name | Description |
|---|---|
| ConnectionProperties | Gets the ConnectionProperties object containing data source connection information (connection string, data provider etc.). |
| DataSchema | Gets the C1DataSchema containing the current data source. |
| Owner | Gets the DataSourceCollection containing the current data source. |
| 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. |
| Name | Description |
|---|---|
| AssignFrom(DataSource) | Assigns (copies) properties from another DataSource to the current object. |