For a list of all members of this type, see IDataSourceDataProvider members.
| Name | Description | |
|---|---|---|
![]() | AddItem | Adds the item to the data. |
![]() | FlushAutoRefresh | Called to make sure a queued refresh of the data provider has been applied before continuing. Should only be needed if you are trying to synchronously examine the results of changing settings on the data provider. Note, for a virtual data provider, the data provider itself may be waiting for other synchronous requests to actualize data. This call will not wait for those, but will only make sure the appropriate requests are in flight from the settings changes |
![]() | GetItemValue | Gets a property value by name from an item. |
![]() | IndexOfItem | Called to return the index for an item contained in the data source, or -1, if the item can't be found, or this action isn't currently supported. |
![]() | IndexOfKey | Called to return the index for an primary key value contained in the data source, or -1, if the key can't be found, or this action isn't currently supported. |
![]() | QueueAutoRefresh | Called to manually queue a refresh of the data provider. |
![]() | Refresh | Called to synchronously refresh the data provider. |
![]() | RemoveItem | Removes the item from the data. |
![]() | ResolveSchemaPropertyType | Resolve a property or property path to its value type. |
![]() | SetItemValue | Sets a property value by name for an item. |