Click or drag to resize
ProviderDictionaryTKey, TValueGetDictionaryName Method
Gets the provider name.

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

Parameters

objectType
Type: SystemString
Object type
columnNames
Type: SystemString
Column names

Return Value

Type: String
See Also