Click or drag to resize
ProviderGuidDictionary Constructor (String, String)
Constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public ProviderGuidDictionary(
	string objectType,
	string columnNames
)

Parameters

objectType
Type: SystemString
Object type
columnNames
Type: SystemString
Column names included in the object key (list of columns separated by semicolon)
See Also