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.6.0.0 (5.6.19.0117)
Syntax Remarks Ignores 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