Click or drag to resize

RequiredDataSetTableName Property

The name of the temporary table(without # prefix) that will be created. The table always contains a single column named "value" and the data type will be the one specified in dataType

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 string TableName { get; set; }

Property Value

Type: String
See Also