Click or drag to resize

PlainSQLFetchAspectsAlwaysPerformImplicitTypeConversions Field

Gets or sets the global value to control whether implicit type conversions should be taken during projection for plain SQL fetch queries. Implicit type conversions are convenient but use a different, slower pipeline. By default this field is set to false. If true, the projection code used for all plain SQL fetch queries will perform implicit type conversions using a slower pipeline. If false (default), it will use optimized projection logic which assumes the value at ordinal n is of the expected type. If this field is set to false, you can set the implicit type conversion behavior per query using the property PerformImplicitTypeConversions.

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 static bool AlwaysPerformImplicitTypeConversions

Field Value

Type: Boolean
See Also