Click or drag to resize
TypeConversionDefinition Constructor
Initializes a new instance of the TypeConversionDefinition class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public TypeConversionDefinition(
	TypeConverterDefinition converterToUse,
	Type dbDotNetType
)

Parameters

converterToUse
Type: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresTypeConverterDefinition
Converter to use.
dbDotNetType
Type: SystemType
the db side's .NET type
See Also