Click or drag to resize

DataSource Properties

The DataSource type exposes the following members.

Properties
  NameDescription
Public propertyChildObjectRefProperty
System name of a reference property on the data object type of the data source. If provided, survey questions will be generated for the values of this reference property on the data objects retrieved from the data source - is only used if type==dataObjects
Public propertyConnectionString
Is only used if DataSourceType == SqlObjects.
Public propertyDataObjectTypeId
Holds the id of the data object type that we will import data from. Is only used if DataSourceType == DataObjects.
Public propertyDataObjectTypeName
Public propertyDataSourceType
Public propertyFields
Public propertyFilters
Filters are only used if DataSourceType == DataObjects.
Public propertyName
Public propertyRequiredDataSets
A list of required data sets. Is only used if DataSourceType == SqlObjects
Public propertySqlQuery
Is only used if DataSourceType == SqlObjects.
Public propertyThreshold
Maximum number of survey objects that will be generated based on the data source.
Top
See Also