FieldMappingRequiresImplicitNumericConversionAtRuntime Property  | 
 
            Gets whether this mapping requires implicit numeric conversion at runtime by the target framework. Returns true if there's no type converter set and it
            requires an implicit numeric conversion 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Mapping
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic bool RequiresImplicitNumericConversionAtRuntime { get; }Public ReadOnly Property RequiresImplicitNumericConversionAtRuntime As Boolean
	Get
Property Value
Type: 
Boolean
RemarksUsed by templates during code generation.
See Also