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.8.0.0 (5.8.21.0111)
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