ProviderDictionaryTKey, TValue Constructor |
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public ProviderDictionary(
string objectType,
string columnNames,
ProviderDictionaryCollection parentCollection,
IEqualityComparer comparer = null,
bool allowNulls = false
)
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 - comparer (Optional)
- Type: System.CollectionsIEqualityComparer
Equality comparer for the items - allowNulls (Optional)
- Type: SystemBoolean
Indicates whether null value will be considered as valid and will be cached.
See Also