Version

IDataSourceDataProvider Interface Methods

For a list of all members of this type, see IDataSourceDataProvider members.

Public Methods
 NameDescription
 MethodAddItemAdds the item to the data.  
 MethodFlushAutoRefreshCalled 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  
 MethodGetItemValueGets a property value by name from an item.  
 MethodIndexOfItemCalled 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.  
 MethodIndexOfKeyCalled 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.  
 MethodQueueAutoRefreshCalled to manually queue a refresh of the data provider.  
 MethodRefreshCalled to synchronously refresh the data provider.  
 MethodRemoveItemRemoves the item from the data.  
 MethodResolveSchemaPropertyTypeResolve a property or property path to its value type.  
 MethodSetItemValueSets a property value by name for an item.  
See Also