AdapterExtensionMethodsFetchAsDataReader Method  | 
 
            Fetches the query as an open data reader.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec.Adapter
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntax
RemarksIgnores nested queries and projection logic embedded in a lambda specification in the query. The DataReader returned will 
            contain the resultset of the plain SQL query.
See Also