Feature Requests item #1968084, was opened at 2008-05-20 09:59 Message generated for change (Comment added) made by jasongin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1968084&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Christopher Painter (chrpai) Assigned to: Nobody/Anonymous (nobody) Summary: QDatabase Constructor Request Initial Comment: I understand LINQ support is not 100% tested yet and that it's not really safe in this context, however I would like a way of getting a QDatabase object via the Session object for runtime CA use. Jason showed me away to rebuild the SDK to expose this capability but I would like to stick with using officially shipped libraries as much as possible. Thanks, Chris ---------------------------------------------------------------------- Comment By: Jason Ginchereau (jasongin) Date: 2008-05-20 10:14 Message: Logged In: YES user_id=2086430 Originator: NO Not necessary. I had forgotten about the Database.AsQueryable() extension method: QDatabase qdb = session.Database.AsQueryable(); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1968084&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
