IVsDataObjectStore.InvalidateObjects Method
Include Protected Members
Include Inherited Members
Invalidates the data objects corresponding to the specified type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
InvalidateObjects(String) | Invalidates the data objects corresponding to the specified type, forcing the data objects to be selected from the data source for future requests, as opposed to retrieving them from the object store cache. | |
InvalidateObjects(String, array<Object[]) | Invalidates the data objects corresponding to the specified type and restrictions, forcing the data objects to be selected from the data source for future requests, as opposed to retrieving them from the object store cache. |
Top