Click or drag to resize

IDataSetAccessorTKey, TValueCurrentDataSet Property

Return the current data. If no data is available then the collection of DataSetTKey, TValue is empty.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
IReadOnlyCollection<DataSet<TKey, TValue>> CurrentDataSet { get; }

Property Value

IReadOnlyCollectionDataSetTKey, TValue
See Also