Interface IHasDataset
Should be assigned to anything that is associated with a dataset (e.g. KeyData, Variables, and even DataImpressions once they have valid KeyData)
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public interface IHasDataset
Methods
| Improve this Doc View SourceGetDataset()
Should be assigned to anything that is associated with a dataset (e.g. KeyData, Variables, and even DataImpressions once they have valid KeyData)
Declaration
Dataset GetDataset()
Returns
Type | Description |
---|---|
Dataset |