ProviderIntDictionary Constructor (String, String) |
Constructor.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public ProviderIntDictionary(
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