DataAccessAdapterCoreFetchTypedView 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.6.0.0 (5.6.19.0117)
Syntax
RemarksUsed 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