IAdapterDataSource Property
Gets or sets
DataSet based data source available to
IAdapter.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
DataSet? DataSource { get; set; }
Property DataSource As DataSet
Get
Set
property DataSet^ DataSource {
DataSet^ get ();
void set (DataSet^ value);
}
function get_DataSource();
function set_DataSource(value);
Property Value
DataSet