Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public bool RequiresImplicitNumericConversionAtRuntime { get; }

Property Value

Type: Boolean
Remarks
Used by templates during code generation.
See Also