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