Annotation Interface FromDataSource
Indicates that a model should use a specific data source for its storage. If the value is not specified,
 the default data source, which is the file database, will be used. The value should match the id of a data
 source defined using the 
DataSource annotation.- 
Optional Element SummaryOptional Elements
- 
Element Details- 
valueString valueThe id of the data source to be used by the model. If not specified, the default data source will be used. The value should match the id of a data source defined using theDataSourceannotation.- Default:
- ""
 
 
-