Click or drag to resize
CatalogNameOverwriteHashtable Constructor (IDictionaryString, String)
Creates a new CatalogNameOverwriteHashtable instance.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public CatalogNameOverwriteHashtable(
	IDictionary<string, string> d
)

Parameters

d
Type: System.Collections.GenericIDictionaryString, String
Dictionary
See Also