DataAccessAdapterBaseFetchTypedView Method (ITypedView2, IRetrievalQuery) |
Fetches the typed view, using the query specified.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax Remarks
Used with stored procedure calling IRetrievalQuery instances to fill a typed view mapped onto a resultset. Be sure
to call Dispose() on the passed in query, as it's not disposed in this method.
See Also