Click or drag to resize
ProviderStringValueDictionary Constructor
Constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public ProviderStringValueDictionary(
	string objectType,
	string columnNames,
	ProviderDictionaryCollection parentCollection
)

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
See Also