Click or drag to resize

CatalogNameOverwriteHashtable Constructor (IDictionary<String, String>)

Creates a new CatalogNameOverwriteHashtable instance.

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

Parameters

d
Type: System.Collections.Generic.IDictionary<String, String>
Dictionary
See Also