DataSource Property (Table)
Gets or sets the data source that populates the table.
public object DataSource {get; set;}
'Declaration
Public Property DataSource As Object
'Usage
Dim instance As Table
Dim value As Object
instance.DataSource = value
value = instance.DataSource
Property Value
The data source that populates the table.