Click or drag to resize

DataSource Constructor

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 DataSource(
	string name,
	DataSourceType dataSourceType,
	int dataObjectTypeId = 0,
	string dataObjectTypeName = "",
	string connectionString = null,
	string sqlQuery = null,
	int threshold = 0,
	string childObjectRefProperty = null
)

Parameters

name
Type: SystemString
dataSourceType
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeatureDataSourceType
dataObjectTypeId (Optional)
Type: SystemInt32
dataObjectTypeName (Optional)
Type: SystemString
connectionString (Optional)
Type: SystemString
sqlQuery (Optional)
Type: SystemString
threshold (Optional)
Type: SystemInt32
childObjectRefProperty (Optional)
Type: SystemString
See Also