Click or drag to resize

SchemaNameOverwriteHashtable Constructor (IDictionary<String, String>, SchemaNameUsage)

Creates a new SchemaNameOverwriteHashtable 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 SchemaNameOverwriteHashtable(
	IDictionary<string, string> d,
	SchemaNameUsage schemaNameUsageSetting
)

Parameters

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