PlainSQLFetchAspects Fields | 
The PlainSQLFetchAspects type exposes the following members.
| Name | Description | |
|---|---|---|
| AlwaysPerformImplicitTypeConversions | 
            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.
              |