Click or drag to resize

PlainSQLFetchAspectsPerformImplicitTypeConversions Property

Gets or sets the value to control whether implicit type conversions should be taken during projection. Implicit type conversions are convenient but are slower. If true, the projection code used will perform implicit type conversions using a slower pipeline. If false, it will use optimized projection logic which assumes the value at ordinal n is of the expected type

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public bool PerformImplicitTypeConversions { get; set; }

Property Value

Type: Boolean
See Also