CatalogNameOverwriteHashtable Constructor (Int32, CatalogNameUsage) |
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(
int capacity,
CatalogNameUsage catalogNameUsageSetting
)
Public Sub New (
capacity As Integer,
catalogNameUsageSetting As CatalogNameUsage
)
Parameters
- capacity
- Type: SystemInt32
Capacity. - catalogNameUsageSetting
- Type: SD.LLBLGen.Pro.ORMSupportClassesCatalogNameUsage
the setting to use for name overwriting
See Also