IDataSourceModel Properties
If implemented, accumulates intermediate data source settings during the execution of a Data Source Wizard.| Name | Description |
|---|---|
| Assembly | If implemented, specifies the selected assembly. Inherited from IObjectDataSourceModel. |
| ConnectionName | If implemented, specifies the name of a data connection. Inherited from IDataComponentModelWithConnection. |
| ConnectionParameters | If implemented, specifies connection parameters. Inherited from IEFDataSourceModel. |
| ConnectionStringLocation | If implemented, specifies from where a data connection is obtained. Inherited from IEFDataSourceModel. |
| CtorParameters | If implemented, specifies the parameters of the selected data source constructor. Inherited from IObjectDataSourceModel. |
| DataConnection | If implemented, specifies the connection to an Entity Framework data source. Inherited from IEFDataSourceModel. |
| DataMember | If implemented, specifies the selected member of an Entity Framework data source. Inherited from IEFDataSourceModel. |
| DataSchema | If implemented, specifies the data source schema. Inherited from IDataComponentModel. |
| DataSourceName | Specifies the data source name. |
| DataSourceType | Specifies the data source type. |
| EntityType | If implemented, specifies the selected persistent object class. Inherited from IXPObjectSourceModel. |
| FileName | If implemented, specifies the name of the selected Excel file. Inherited from IExcelDataSourceModel. |
| Filters | Specifies the collection of data filters associated with this data source model. Inherited from IEFDataSourceModel. |
| FilterString | If implemented, specifies an expression used to filter data at the data source level. Inherited from IXPObjectSourceModel. |
| JsonSchema | If implemented, specifies the JSON data source schema. Inherited from IJsonDataSourceModel. |
| JsonSource | Inherited from IJsonDataSourceModel. |
| MemberParameters | If implemented, specifies the parameters of the selected data source member. Inherited from IObjectDataSourceModel. |
| ModelHelper | If implemented, specifies the model helper. Inherited from IEFDataSourceModel. |
| ObjectConstructor | If implemented, specifies the selected data source constructor. Inherited from IObjectDataSourceModel. |
| ObjectMember | If implemented, specifies the selected data source member. Inherited from IObjectDataSourceModel. |
| ObjectType | If implemented, specifies the selected data source type. Inherited from IObjectDataSourceModel. |
| Queries | If implemented, provides access to the collection of SQL queries displayed in the Data Source Wizard. Inherited from ISqlDataSourceModel. |
| Query | If implemented, specifies the SqlQuery. Inherited from ISqlDataSourceModel. |
| Relations | If implemented, provides access to the collection of master-detail relationships of the ISqlDataSourceModel. Inherited from ISqlDataSourceModel. |
| ResultSchema | Inherited from IMongoDBDataSourceModel. |
| RootElement | Inherited from IJsonDataSourceModel. |
| Schema | If implemented, specifies a collection of Excel fields selected on a wizard page to be used. Inherited from IExcelDataSourceModel. |
| SchemaDiscoveryMaxItemCount | Inherited from IJsonDataSourceModel. |
| ShouldSaveConnection | If implemented, specifies how and where to store the connection string. Inherited from IDataComponentModelWithConnection. |
| ShouldSavePassword | If implemented, specifies whether to save a password used to open a password protected Excel file. Inherited from IExcelDataSourceModel. |
| ShowAllState | If implemented, specifies which bindable objects are available in the Data Source Wizard. Inherited from IObjectDataSourceModel. |
| SourceOptions | If implemented, specifies options used to extract data form the selected Excel file. Inherited from IExcelDataSourceModel. |
| SqlQueryText | If implemented, specifies the SQL string. Inherited from ISqlDataSourceModel. |
| StoredProceduresInfo | If implemented, specifies the stored procedures selected for use. Inherited from IEFDataSourceModel. |
See Also