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.5.0.0 (5.5.18.1019)
Syntaxpublic bool PerformImplicitTypeConversions { get; set; }Public Property PerformImplicitTypeConversions As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also