Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7576097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:50:28+00:00 2026-05-30T16:50:28+00:00

Okay, so I am using linq and thus I have a few var types

  • 0

Okay, so I am using linq and thus I have a few “var” types object created dynamically, as in

var Order = CustomerDataContext.Order.Where(e => e.OrderPending)

and many others like this, so the problem is how can I maintain this “var” across method calls, I am using
ThreadPool.QueueUserForWorkItem(ProcessOrder, var) but this method accepts object and I cannot cast the back in parameter back into Order type. Also, since its var it cannot even be declared as static, so that I may maintain state, so what should I do? How should I maintain this var, or if I cannot, then what is the other way to do what I am doing?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T16:50:29+00:00Added an answer on May 30, 2026 at 4:50 pm

    Quote from here:

    [var] An implicitly typed local variable is strongly typed just as if you had declared the type yourself, but the compiler determines the type.

    You don’t maintain var type. in your sample, the Order is probably of type IQueryable. var is just a shortcut so you don’t have to specify the type of variable and let the compiler do it. So you could’ve just written:

    IQueryable<Order> Order = CustomerDataContext.Order.Where(e => e.OrderPending)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay, so i have the following html added to a site using javascript/greasemonkey. (just
I have just started using LINQ to XML , and I am having trouble getting the
Okay I have a small app for uploading an image (using phonegap, Jquery). I
Okay so I'm not using any session variables, rather my code looks like this:
Okay so I am using MVCContrib TestHelper to unit test my controllers, which works
Is okay to break all dependencies using interfaces just to make a class testable?
Okay, so I'm using Rajawali (See: http://www.rozengain.com/blog/2011/08/23/announcing-rajawali-an-opengl-es-2-0-based-3d-framework-for-android/ ) to create a 3D sphere with
Okay, so I've done a bit of research into using PHP to allow using
Okay, so I'm doing my first foray into using the ADO.NET Entity Framework. My
Okay, so I am basically making a script to pass post data using cURL.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.