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.3.0.0 (5.3.0)
Syntax
public CatalogNameOverwriteHashtable(
	IDictionary<string, string> d
)

Parameters

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