SqlDictionaryTValue Properties |
The SqlDictionaryTValue generic type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollectionT. | |
CurrentLocalCacheCount |
This read-only property returns the current number of local cache entries in use
| |
GroupId |
This read-only property returns the group ID
| |
IsDisposed |
This read-only property returns whether or not the cache has been disposed of
| |
IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. | |
Item | Gets or sets the element with the specified key. | |
Keys | Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue. | |
LocalCacheFlushCount |
This read-only property returns the number of times the local cache was flushed because it filled up
| |
LocalCacheSize |
Set this to a non-zero value to enable local caching of values to speed up read-only access
| |
Values | Gets an ICollectionT containing the values in the IDictionaryTKey, TValue. |