AdapterBaseDataSource Property
Gets or sets
DataSet based data source available to this
AdapterBase.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
public virtual DataSet? DataSource { get; set; }
Public Overridable Property DataSource As DataSet
Get
Set
public:
virtual property DataSet^ DataSource {
DataSet^ get ();
void set (DataSet^ value);
}
function get_DataSource();
function set_DataSource(value);
DataSetIAdapterDataSource