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.6.0.0 (5.6.19.0117)
Syntax public static bool AlwaysPerformImplicitTypeConversions
Public Shared AlwaysPerformImplicitTypeConversions As Boolean
Field Value
Type:
BooleanSee Also