AdoDotNetDataSourceInformation.DataSourceInformation Property

Definition

Retrieves in-memory data source information provided by an implementation of the DataTable class to represent a table of in-memory data.

protected:
 property System::Data::DataTable ^ DataSourceInformation { System::Data::DataTable ^ get(); };
protected System.Data.DataTable DataSourceInformation { get; }
member this.DataSourceInformation : System.Data.DataTable
Protected ReadOnly Property DataSourceInformation As DataTable

Property Value

Returns a DataSourceInformation object instance.

Applies to