Click or drag to resize

TableReference Properties

The TableReference type exposes the following members.

Properties
 NameDescription
Public propertyDataTable The underlying DataTable.
Public propertySource The source of the table to initialize from. This could be a path to an excel spreadsheet or a connection string for a database.
Public propertySourceQuery The expression to initialize the table from the source with. This could be a cell or named range or an SQL Query.
Top
See Also