Click or drag to resize

DataSourceRequiredDataSets Property

A list of required data sets. Is only used if DataSourceType == SqlObjects

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<RequiredDataSet> RequiredDataSets { get; }

Property Value

Type: ListRequiredDataSet
See Also