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.165 -- Release Build+1fb84c70528ffb6fadca6f53885d2dbbac6b5235
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