TableReference Properties |
The TableReference type exposes the following members.
| Name | Description | |
|---|---|---|
| DataTable |
The underlying DataTable.
| |
| Source |
The source of the table to initialize from.
This could be a path to an excel spreadsheet or a connection string for a database.
| |
| SourceQuery |
The expression to initialize the table from the source with.
This could be a cell or named range or an SQL Query.
| |
| Visual | Visual that owns this TableReference.
|