SchemaNameOverwriteHashtable Constructor (IDictionaryString, String) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic SchemaNameOverwriteHashtable(
IDictionary<string, string> d
)
Public Sub New (
d As IDictionary(Of String, String)
)
Parameters
- d
- Type: System.Collections.GenericIDictionaryString, String
Dictionary
See Also