Click or drag to resize
CatalogNameOverwriteHashtable Constructor (IDictionary<String, String>, CatalogNameUsage)
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,
	CatalogNameUsage catalogNameUsageSetting
)

Parameters

d
Type: System.Collections.Generic.IDictionary<String, String>
Dictionary
catalogNameUsageSetting
Type: SD.LLBLGen.Pro.ORMSupportClasses.CatalogNameUsage
the setting to use for name overwriting
See Also