InternalTypeMapping Constructor |
CTor
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public InternalTypeMapping(
Type internalType,
string externalTypeName
)
Public Sub New (
internalType As Type,
externalTypeName As String
)
Parameters
- internalType
- Type: SystemType
- externalTypeName
- Type: SystemString
See Also