Share via


AdoDotNetSourceInformation.SourceInformation Property

Definition

Gets 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 ^ SourceInformation { System::Data::DataTable ^ get(); };
protected System.Data.DataTable SourceInformation { get; }
member this.SourceInformation : System.Data.DataTable
Protected ReadOnly Property SourceInformation As DataTable

Property Value

A DataTable object instance.

Applies to