| ProviderStringValueDictionaryT Constructor | 
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic ProviderStringValueDictionary(
	string objectType,
	string columnNames,
	ProviderDictionaryCollection parentCollection = null
)
Parameters
- objectType
- Type: SystemString
 Object type
- columnNames
- Type: SystemString
 Column names included in the object key (list of columns separated by semicolon)
- parentCollection (Optional)
- Type: CMS.DataEngineProviderDictionaryCollection
 Parent dictionary collection
 See Also
See Also