Using PredicateBuilder in Projections with child collections

Hello !
I'm using PredicateBuilder ( From LinqKit).
This is my code :
Dim mylist as IQueryable(of MyObj1)
Dim pred1 = PredicateBuilder.True(Of Myobj1)()
Dim pred2 = PredicateBuilder.True(Of ch1)()
Dim pred3 = PredicateBuilder.True(Of ch2)()
pred1=pred1.And(Function(t) t.id=5)
pred2=pred2.And(Function(t1) t1.vl1>=7)
pred3=pred3.And(Function(t2) t2.quantity<=4)
mylist = (From t In context.Myobj1s.Where(pred1)Select New With { _
.Parent = t, _
.child1 = t.ch1s.AsQueryable.Where(pred2), _
.child2 = t.ch2s.Asqueryable.Where(pred3) _
}).ToList
But I'm getting this error :
The LINQ expression node type 'Invoke' is not supported in LINQ to Entities.
I try also to use AsExpandable  , but the problem is not resolved.
What can I do ?
Thank you !              

Hello,
For issues regarding LinqKit, I suggest that you could contact the author of this tool
here and click “Contact Onwer”, a third dll is not supported in current forum.
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Using Final Cut project with iMovie

    Hi all,
    is it possible to import a project from Final Cut to iMovie?
    A friend did a DVD for us and we would like to add a video clip to it. The DVD was made in Final Cut and we have access to the original project. As I do not own Final Cut I would like to use iMovie to re-do the DVD without sacrificing all the work already done. Any suggestions?
    -Petra

    I would think that the fact that the original movie project was done in FCE is immaterial, as it is now in the final delivery format of a DVD.
    You need to convert the VOB files back to DV which iMovie is designed to handle. For that you need mpegStreamclip:
    http://www.apple.com/downloads/macosx/video/mpegstreamclip.html
    which is free, as well as the the Apple mpeg2 plugin :
    http://www.apple.com/quicktime/mpeg2/
    which is a mere $20.
    Another possibility is to use DVDxDV:
    http://www.dvdxdv.com/NewFolderLookSite/Products/DVDxDV.overview.htm
    which costs $25.
    Obviously the foregoing only applies to DVDs you have made yourself, or other home-made DVDs that have been given to you. It will NOT work on copy-protected commercial DVDs, which in any case would be illegal.

  • How do I use iCloud to collaborate on a GarageBand project with a remotely located musician?

    How do I use iCloud to collaborate on a GarageBand project with a remotely located musician?  He is in Valencia, Spain, I am in Green Bay, Wisconsin.  We'd like to be able to work on the same GarageBand document together, laying down tracks, etc.
    Is there a tutorial I should look at?

    Are you using GarageBand on a Mac or on an iPad?
    With iCloud you can store your GarageBand projects in iCloud, so you can work on the same project on all your iPads, iPods, iPhones, and transfer it from your iDevices to your Mac.  But you cannot use iCloud to share a project between people with different AppleIDs.  
    To send GarageBand projects back and forth, compress the the ":band" files and mail them, if they are small enough or put them in a Dropbox or other cloud storage and mail the link.

  • Using a Macbook 2008 with Lion 10.7.5, how can I project photos/keynote on smart tv screen? Macbook will not upgrade beyond Lion.

    Using a Macbook 2008 with Lion, 10.7.5, how can I project photos/keynote presentation on my smart tv? It is connected to tv with mini-dvi/hdmi cable, but I don't know how to display the images. Thanks!

    Did you switch the TV's input to the HDMI port you are using with the computer? Did you open Displays preferences to see if a second screen is displayed and then check the box to mirror to the TV screen? Did you search Google for any help links on how to do what you are trying to do?

  • Sample Project with ni hardware using NI-DAQmx Driver

    hi, i need a Sample Project with NIi hardware using NI-DAQmx Driver

    Please stick to one thread. You've created several that are asking the same thing and the answer remains the same - Help> Find Examples if using LabVIEW. Other programming languages come with their own set of examples.

  • Is it possible to build a project with Labview 2010 on a Windows XP system, that is useful for a system with windows 7 on it?

    Hi there,
    I am planning to use Labview 2010 in a short time.
    But before I'm going to use it I have some questions.
    I know it is possible to run Labview 2010 in an XP environment. But is it also possible to, when running Labview 2010 on a XP system, to build a project to a version that is useful in a Windows 7 environment?
    Or do I have to run Labview 2010, when I want to build a project that is useful on a Windows 7 system, on a system with Windows 7?
    Please give me some information.
    I hope to hear from one of you soon.
    Regards,
    Kenny
    Solved!
    Go to Solution.

    Is it possible to build a project with Labview 2009 on a Windows XP system, that is useful for a system with windows 7 on it?
    Thanks.
    Philippe B.
    Certified Associate Developer / Dépt Moyens d'essais
    www.ingenia-system.com

  • Using the Netbeans GUI within a Project with existing Ant Script

    I cannot seem to figure out how to use the Netbeans GUI in my Project with existing Ant Script. Is this possible? I have no problem creating GUI interfaces in a java Application, but attempting to make a new JFrame Form gives the error: package org.jdesktop.layout does not exist, and I have not been able to find a way around this. Any suggestions? Thanks in advance.
    Chris Coulon

    OK, I think I am on the right track, but I don't understand why I am still getting this error:
    clean:
    compile:
    Copying 1 file to /Users/chris/**JavaProjects/Netbeans_ImageJ
    Created dir: /Users/chris/**JavaProjects/Netbeans_ImageJ/source/build
    Compiling 292 source files to /Users/chris/**JavaProjects/Netbeans_ImageJ/source/build
    /Users/chris/**JavaProjects/Netbeans_ImageJ/source/plugins/Kline_Frame.java:31: package org.jdesktop.layout does not exist
    org.jdesktop.layout.GroupLayout layout = new org.jdesktop.layout.GroupLayout(getContentPane());
    /Users/chris/**JavaProjects/Netbeans_ImageJ/source/plugins/Kline_Frame.java:31: package org.jdesktop.layout does not exist
    org.jdesktop.layout.GroupLayout layout = new org.jdesktop.layout.GroupLayout(getContentPane());
    /Users/chris/**JavaProjects/Netbeans_ImageJ/source/plugins/Kline_Frame.java:34: package org.jdesktop.layout does not exist
    layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    /Users/chris/**JavaProjects/Netbeans_ImageJ/source/plugins/Kline_Frame.java:38: package org.jdesktop.layout does not exist
    layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    4 errors
    /Users/chris/**JavaProjects/Netbeans_ImageJ/source/build.xml:11: Compile failed; see the compiler error output for details.
    BUILD FAILED (total time: 6 seconds)
    I no longer have the error in my java code in the Projects list, but I still cannot build the project. This is my current build.xml file:
    <!-- Ant makefile for ImageJ -->
    <project name="ImageJ" default="run">
      <target name="compile" description="Compile everything.">
          <!-- Copy the swing layout library into dist.lib -->
        <copy file="dist/lib/swing-layout-1.0.3.jar" todir=".." />
        <!-- First, ensure the build directory exists. -->
        <mkdir dir="build" />
        <!-- Build everything; add debug="on" to debug -->
        <javac srcdir="." destdir="build" optimize="on" source="1.4" target="1.4" debug="on">
          <!-- The plugins directory only needs to be
                 present at runtime, not at build time. -->
          <!-- exclude name="plugins/**"/-->
        </javac>
      </target>
      <target name="build" depends="compile" description="Build ij.jar.">
        <!-- Copy needed files into the build directory. -->
        <copy file="IJ_Props.txt" todir="build" />
        <copy file="images/microscope.gif" tofile="build/microscope.gif" />
        <copy file="images/about.jpg" tofile="build/about.jpg" />
         <copy file="plugins/MacAdapter.class" tofile="build/MacAdapter.class" />
        <copy todir="build/macros"><fileset dir="macros"/></copy>
        <!-- Build ij.jar. -->
        <jar jarfile="ij.jar" basedir="build"
             manifest="MANIFEST.MF" />
      </target>
      <target name="clean" description="Delete the build files.">
        <delete dir="build" />
        <delete file="ij.jar" />
      </target>
      <target name="run" depends="build" description="Build and run ImageJ.">
        <copy file="ij.jar" toDir=".." />
        <java maxmemory="640m" jar="ij.jar" fork="yes" />
      </target>
      <target name="run2" depends="build" description="Build and run ImageJ.">
        <!-- Run in ImageJ directory -->
        <copy file="ij.jar" toDir=".." />
        <java maxmemory="640m" dir=".." jar="ij.jar" fork="yes" />
      </target>
      <target name="zip" depends="clean" description="Build zrc.zip.">
        <zip zipfile="../src.zip"
           basedir=".."
           includes="source/**"
        />
      </target>
      <target name="javadocs" description="Build the JavaDocs.">
        <delete dir="../api" />
        <mkdir dir="../api" />
        <javadoc
               sourcepath="."
               packagenames="ij.*"
               destdir="../api"
               author="true"
               version="true"
               use="true"
               windowtitle="ImageJ API">
        </javadoc>
      </target>
       </project>notice I added this line: <copy file="dist/lib/swing-layout-1.0.3.jar" todir=".." />
    because the dir ".." is where the other jar files are placed, i.e.:
    [GAIAG:~/**JavaProjects/Netbeans_ImageJ/source] chris% ls ..
    PolarDisplay          ij.jar               swing-layout-1.0.3.jar
    TestFrames          myApp
    api               source
    So why is the build not able to see the package org.jdesktop.layout in the jar file?
    Chris

  • By default, does AME render an AE project with the "use no proxies" setting?

    By default, does AME render an AE project with the "use no proxies" setting? I use lots of proxies in my files and I want to make sure they are being ignored when I'm rendering in AME.

    Adobe Media Encoder encodes After Effects compositions using their current appearance. There is no control the appearance of the composition, with one exception; there is no equivalent to the Render Settings controls in the After Effects Render Queue. If you want proxies to be used, or not, set up your composition for the desired configuration before you encode in Adobe Media Encoder.
    The exception to this rule is Guide Layers. In Adobe Media Encoder, right-click on an After Effects composition and choose Source Settings, from this dialog you can control whether or not the Guide Layers in the composition are rendered.

  • Integration Methods - Oracle Projects with Primavera using API

    Hi,
    We are trying to do manual integration in between Oracle Projects with Primavera using API, if some one can able to help us on the process and procedure that would be really helpful....
    Thanks
    Rgds,
    Vijay
    [email protected]

    Hi,
    The Primavera intergration works with the "Standard Intergration" of Oracle 11i & R12.1 with the version of P6, this is the statement was in by the market experts. Even I have not worked on this intergration part of primavera with Oracle. still, I can provide you some search engine links, which could help you in http://www.projectp.com/products/op3.php ; http://www.projectedconsulting.com/index.php/community/blog/2010/04/primavera-and-oracle-projects-integration/
    Lavanya

  • Using iTunes to put my CD collection on my computer and then to my iphone5, I have an older Optiplex with 40 Gb internal and an external 1.5Tb drive. Question is can I get itunes to point to the 1.5 Tb drive to store my music, and if so how?

    Using iTunes to put my CD collection on my computer and then to my iphone5, I have an older Optiplex with 40 Gb internal and an external 1.5Tb drive. Question is can I get itunes to point to the 1.5 Tb drive to store my music, and if so how?

    Looks like I solved my own problem by going to itunes, preferences, advanced, media folder location.

  • Can I use adobe after effects with my project from premiere elements

    Wondering if I can use adobe after effects with my premiere elements project

    drunner
    What version of Adobe After Effects do you have?
    Whatever the case, I have not found any Adobe After Effects documentation that include a Premiere Elements project.prel file as a supported import choice.
    I suspect that you are going to have to export your Premiere Elements Timeline as a .mp4 file with a After Effects supported compression into After Effects.
    But, I would ask in the Adobe After Effects Forum just to double check.
    After Effects
    More later.
    ATR

  • How do I open projects created using Premier Elements 8 with Premier Elements 13

    how do I open projects created using Premier Elements 8 with Premier Elements 13

    ATR
    The DVD Creator.dll file was in the proper location but I could not find a Run As Administrator Option.
    I did delete Prefs file and try again to open the app then the project and received the same problem.  And the scratch disks were all directed to the Elements 13 path
    Yesterday I did try additional solutions
    Removed the Elements 13 App vis the Control Panel, copy the original downloaded .zip File to the Desktop and reload the entire application with no success solving the problem
    In addition to that I contacted a site called Rescue.com? and the guy told me that he was a representative of Adobe, which I was not sure was the truth.  He looked at my system and told me that Premier 13 was not compatible with Windows 7.  I called BS on him told him that Adobe site said it was compatible and he told me I had a Trojan on my system and he would refund my money for Elements 13 and sell me version 12, which would be compatible, along with a better security system than the Norton 360 I told him I had.  At that point I immediately terminated our communications and called Norton to have additional checks performed to ensure no additions were added to my system.  They had me download and run Power Eraser from them and it found nothing wrong. 
    I also temporarily turned off the firewall and tried to use the Elements 13 but had no success.
    I also went to Microsoft Windows site and searched for the Exception code: 0xc0000005 that was displayed in the event viewer and they indicated there was a hotfix available and they would email me that fix.  ave not received the email yet.
    I’m getting very frustrated but thank you for your help.  I will update you with and additional results or actions I get or perform.
    GDBMB

  • How can I back up project with just the used part of the clips?

    Hello all... I have a FCPX project that I would like to back up.
    Duplicate project is copying all of the event and all of the original clips...
    In my case the original clips are 1-2 hour interviews... I use about 2-3 minutes of about 30 of them...
    Back up is ridiculous...
    I'm looking for more of a media manager type of back up where it just backs up the clips from the timeline and gives me maybe  a bit of a handle on each clip...
    Make sense?
    I hope so... cause I've spent about 3 days trying to get this project on an external drive...
    Not very successful so far...
    SOS
    Thanks!

    I'm fairly sure Apple assumes most people want to keep their original footage... "forever." Media management in FCPX has received quite a lot of praise from professionals.
    Everything comes down to prep and organization.
    Projects are just pointers into media clips and render files.  If you want to trim down your projects, go to the File menu and select Delete Project Render Files...
    Deleting Event clips will kill a project no matter what. Archiving a project without the associated Event media is pointless. Best advice is to always keep your original media. That way you can reconstruct an Event later for the clips your project requires. As far as I know, there is no way to  delete (to the trash) Event clip ranges.
    If you know that you won't be using 90% of your footage and want to delete the extraneous original footage, I would recommend using Quicktime 7 Pro and selecting the ranges you think you'll need beforehand. This is easily accomplished by opening your original clips, setting an In and Out point (just like in FCPX) -- select Copy, then File > New and Paste. Save as a Self-Contained clip and import it into FCPX. QT7Pro does not alter the original footage (as much as possible, I imagine it has to occasionally build an intitial i-frame if your original is something like H.264, but other than that, you can't tell the difference.)
    To preserve a project entirely, you will  need to back up the associated Event clips as well. Those are the clips you need to worry about trimming. You should use Copy files to Final Cut Events folder on Import. You should be able to delete any transcoded media (High Quality and/or Proxy) before archiving (don't take my word as an absolute on that -- Tom probably knows for sure.) For simplicity, you should create an Event for JUST the clips you will be using for the project to backed up. That way, at the end, you can group the Event folder and the Project together for archiving (and with the smallest footprint).
    You could also simply Export your (trimmed) project as H.264 (FCPX uses the highest quality settings) without titles, effects, generators or transitions to retain the portions of clips you want to save/archive and delete all the original media — and forego everything stated above. You will still have an exceptional quality source for any subsequent projects using the same material and it would be compact enough. I wouldn't archive with ProRes (except maybe Proxy... it's about the same bitrate as the H.264 generated, except I think the H.264 would still be a better choice.) Using ProRes kind of defeats the purpose of archiving.

  • Is it possible to save a Photoshop project with multiple tabs (inducing images) for later use. Now, when I close Photoshop, it ask to save each tab separately and they are not staying in the project for later usage. Thanks in advance for you help.

    Is it possible to save a Photoshop project with multiple tabs (inducing images) for later use. Now, when I close Photoshop, it ask to save each tab separately and they are not staying in the project for later usage. Thanks in advance for you help.

    You should ask in Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • How to bind ADF table with a collection of elements using backing bean.

    Hi Experts,
    My JDev version is 11.1.1.6.0.
    I need to bind ADF table with a collection of elements using backing bean.
    My backing bean consists of 6 lists of strings, where each list represents a column of table. How can I populate the entries of table with these lists.
    Thanks
    Gopi

    Hi,
    Create an object representing the row (setter/getter). Then have a list of these objects. Drag and drop the table and point its value to the list and the type to the row object
    Frank

Maybe you are looking for

  • Mail crashes every time...

    every time i open mail it crashes. I thought maybe i had too many emails (over 6k) so i deleted like 2000 but it is still doing it. Seems to happen after i add my gmail account... which ive had hooked up to my Mail for a few years already with no pro

  • Mac Mini Server Doesn't Support Duel Thunderbolt Displays!

    I purchased a mac mini server with the intent of ultimately running two thunderbolt displays off of it. I pre-ordered in August, waited six weeks for it to arrive and realized that the mac mini server that I had been sent was a lemon. I applied for a

  • BP std address

    Hello CRM experts, I have one question in CRM Business Partner, This is regarding the BP address in the transaction BP. When I create a BP & enter a address, why the system is assigning it to standard address usage(type) automatically? Actually I do

  • How do I connect my drive to iMac for best transfer speeds using an adapter

    Hi, My question is: which port on my "old" LaCie hard drive should I use to connect to my iMac for optimum speed transfer? Should I use an adapter? I am a pro music producer/songwriter & sound designer. I use large audio files in my AVID DAW Pro Tool

  • AUTOINVOICE GROUPING RULE

    제품: Applications 작성날짜 : 2006-05-30 AUTOINVOICE GROUPING RULE ========================= PURPOSE Autoinvoice를 할때는 반드시 사용하는 필수 grouping조건이 있습니다. 아래의 Grouping조건에 만족하면 동일 거래로 만들어 지게 됩니다. Explanation Ordering and Grouping Rule list Mandatory Grouping Chara