<< Click to Display Table of Contents >> NShape Reference
|
Checks if the template associated with the given id is still in use.
public abstract bool CheckTemplateInUse(IStoreCache cache, object templateId) |
Checks if the template associated with the given id is referenced by objects that are not loaded at the moment.
Applies only to stores that support partial loading, such as the AdoNetStore.
Name |
Description |
---|---|
cache |
The store cache associated with this store. |
templateId |
The id of the template to be checked. |
Returns true if the template is still in use.