Click or drag to resize
ProviderInfoDictionaryKeyType Constructor
Constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public ProviderInfoDictionary(
	string objectType,
	string columnNames,
	ProviderDictionaryCollection parentCollection,
	IEqualityComparer comparer = null
)

Parameters

objectType
Type: SystemString
Object type
columnNames
Type: SystemString
Column names included in the object key (list of columns separated by semicolon)
parentCollection
Type: CMS.DataEngineProviderDictionaryCollection
Parent dictionary collection
comparer (Optional)
Type: System.CollectionsIEqualityComparer
Equality comparer for the items
See Also