IXPObjectSourceModel Properties
If implemented, accumulates intermediate XPO data source settings during the execution of the Data Source Wizard.| Name | Description |
|---|---|
| ConnectionName | If implemented, specifies the name of a data connection. Inherited from IDataComponentModelWithConnection. |
| DataConnection | Inherited from ISqlDataConnectionModel. |
| DataSchema | If implemented, specifies the data source schema. Inherited from IDataComponentModel. |
| EntityType | If implemented, specifies the selected persistent object class. |
| FilterString | If implemented, specifies an expression used to filter data at the data source level. |
| ShouldSaveConnection | If implemented, specifies how and where to store the connection string. Inherited from IDataComponentModelWithConnection. |
See Also