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

  • Home
  • SEARCH
  • 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 8498013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:17:13+00:00 2026-06-11T00:17:13+00:00

I need a temporary DataTable or DataView made by LINQ to SQL result. but

  • 0

I need a temporary DataTable or DataView made by LINQ to SQL result. but i cant prepare them based on L2S method in VB.Net 2010. is it possible without using loops?

And a basic question! What is the structure of L2S results? I was thinking it must be a DataTable!

  • 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-06-11T00:17:14+00:00Added an answer on June 11, 2026 at 12:17 am

    Use Linq to Dataset. http://msdn.microsoft.com/en-us/library/bb386921.aspx

    ' Query the SalesOrderHeader table for orders placed 
    '  after August 8, 2001.
    
    Dim query = _
    From order In orders.AsEnumerable() _
    Where order.Field(Of DateTime)("OrderDate") > New DateTime(2001, 8, 1) _
    Select order
    
    ' Create a table from the query.
    Dim boundTable As DataTable = query.CopyToDataTable()
    

    Hope, It should Work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to store the result set of a stored procedure in a temporary
I need to write a temporary Web-based graphical front-end for a custom server system.
I need to setup temporary User models for each visitors, where the visitors are
I need a fresh temporary directory to do some work in a shell script.
I need something like a temporary in-memory key-value store. I know there are solutions
I have a table called tester which I need to overlay with a temporary
Traditionally, we try to avoid LazyInitializationException s. However, I need to temporarily allow them
I need to grant write permission to temporary folder of all local machine (if
I need to temporary store a file upload to a MemoryStream. What would be
I need a black temporary transparent box that must show something like Loading.... with

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.