Click or drag to resize

DataSourceField Constructor

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 DataSourceField(
	string name,
	SurveyProperty mapTo,
	string mapToProperty = null,
	bool isKey = false,
	Nullable<DataSourceStartObject> mapFrom = null
)

Parameters

name
Type: SystemString
mapTo
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyProperty
mapToProperty (Optional)
Type: SystemString
isKey (Optional)
Type: SystemBoolean
mapFrom (Optional)
Type: SystemNullableDataSourceStartObject
See Also