| ProviderDictionaryTKey, TValue Constructor | 
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
 Syntax
Syntaxpublic ProviderDictionary(
	string objectType,
	string columnNames,
	IEqualityComparer<TKey> comparer = null,
	bool allowNulls = false,
	bool useWeakReferences = false
)
Parameters
- objectType
- Type: SystemString
 Object type
- columnNames
- Type: SystemString
 Column names included in the object key (list of columns separated by semicolon)
- comparer (Optional)
- Type: System.Collections.GenericIEqualityComparerTKey
 Equality comparer for the items
- allowNulls (Optional)
- Type: SystemBoolean
 Indicates whether null value will be considered as valid and will be cached.
- useWeakReferences (Optional)
- Type: SystemBoolean
 Indicates whether cache item can be removed from cache in case of insufficient memory.
 See Also
See Also