dataSource property

String? dataSource
getter/setter pair

The name of the data source.

This is either a table name or a view name that is used for graph element input source. E.g. Person table or PersonView view.

Required.

Implementation

core.String? dataSource;