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; }
Public ReadOnly Property RequiresImplicitNumericConversionAtRuntime As Boolean
Get
Property Value
Type:
BooleanRemarks Used by templates during code generation.
See Also