ObjectDataProvider Properties
.NET Framework 4.5
The ObjectDataProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
ConstructorParameters | Gets the list of parameters to pass to the constructor. |
|
Data | Gets the underlying data object. (Inherited from DataSourceProvider.) |
|
Dispatcher | Gets or sets the current Dispatcher object to the UI thread to use. (Inherited from DataSourceProvider.) |
|
Error | Gets the error of the last query operation. (Inherited from DataSourceProvider.) |
|
IsAsynchronous | Gets or sets a value that indicates whether to perform object creation in a worker thread or in the active context. |
|
IsInitialLoadEnabled | Gets or sets a value that indicates whether to prevent or delay the automatic loading of data. (Inherited from DataSourceProvider.) |
|
IsRefreshDeferred | Gets a value that indicates whether there is an outstanding DeferRefresh in use. (Inherited from DataSourceProvider.) |
|
MethodName | Gets or sets the name of the method to call. |
|
MethodParameters | Gets the list of parameters to pass to the method. |
|
ObjectInstance | Gets or sets the object used as the binding source. |
|
ObjectType | Gets or sets the type of object to create an instance of. |