Click or drag to resize
ProviderInfoDictionaryTKey Constructor
Constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public ProviderInfoDictionary(
	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