ObjectDataSourceModel Properties
Accumulates intermediate object data source settings during the execution of the Data Source Wizard.| Name | Description |
|---|---|
| Assembly | Specifies the selected assembly. |
| CtorParameters | Specifies the parameters of the selected data source constructor. |
| DataSchema | Specifies the data source schema. Inherited from DataSourceModelBase. |
| MemberParameters | Specifies the parameters of the selected data source member. |
| ObjectConstructor | Specifies the selected data source constructor. |
| ObjectMember | Specifies the selected data source member. |
| ObjectType | Specifies the selected data source type. |
| ShowAllState | Specifies which bindable objects are available in the Data Source Wizard. |
See Also