TypeConversionDefinition Properties | 
The TypeConversionDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| ConverterCoreType | 
            Gets the core type of the associated type converter, which is the model side's .NET type the type conversion works on.
              | |
| ConverterToUse | 
            Gets / sets converterToUse
              | |
| ConverterToUseDescription | 
            Gets the converter to use description.
              | |
| ConverterToUseName | 
            Gets the name of the converter to use.
              | |
| DbDotNetType | 
            Gets / sets the Db .Net Type, the db side's .NET type the type conversion works on. 
              | |
| FilterDbType | 
            Gets or sets the dbfilter value, the scale value of the DB side to filter on
              | |
| FilterDbTypeSet | 
            If true, FilterDbType is used for filtering fields to apply the conversion onto
              | |
| FilterLength | 
            Gets or sets the length filter value, the scale value of the DB side to filter on
              | |
| FilterLengthSet | 
            If true, FilterLength is used for filtering fields to apply the conversion onto
              | |
| FilterPrecision | 
            Gets or sets the precision filter value, the scale value of the DB side to filter on
              | |
| FilterPrecisionSet | 
            If true, FilterPrecision is used for filtering fields to apply the conversion onto
              | |
| FilterScale | 
            Gets or sets the scale filter value, the scale value of the DB side to filter on
              | |
| FilterScaleSet | 
            If true, FilterScale is used for filtering fields to apply the conversion onto
              | |
| IsChanged | 
            Gets or sets a value indicating whether this instance is changed.
              |