Click or drag to resize
ProviderStringDictionary Constructor (String, String, ProviderDictionaryCollection)
Constructor.

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