SourceTable Class Members
In This Topic
The following tables list the members exposed by SourceTable.
Public Constructors
Public Properties
| Name | Description |
| Columns |
An IEnumerable containing tuples representing the column name and the data type of each column.
|
| FieldCount |
The number of fields (Columns) of the current row.
|
| OneTimeLoad |
If this property is set to true than the rows are lazily loaded from the received DbDataReader. Otherwise all rows are loaded at once.
This may affect the performance of the application.
|
| Rows |
An IEnumerable containing the rows of the SourceTable.
|
| TableName |
The name of the table.
|
Top
Public Methods
See Also