Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
Y

ywang555

@ywang555
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • LINQ help!!!
    Y ywang555

    Yes. But I have tons of fields. It's hard to write and maintain. I am just wondering a good way.

    LINQ csharp database linq help question

  • LINQ help!!!
    Y ywang555

    I have this query, but I need the flat result. Like: c.id, c.CoverCode, c.Premium, ..., cv.CoverageCode any idea??? From c In Covers _ Join cv In Coverages On c.PolicyKey Equals cv.PolicyKey And c.CoverNumber Equals cv.CoverNumber _ Where c.PolicyKey = 3441028 _ Select New With {c, cv.CoverageCode}

    LINQ csharp database linq help question

  • LINQ results flatten
    Y ywang555

    I have this query, but I need the flat result. Like c.id, c.CoverCode, c.Premium, ..., cv.CoverageCode any idea??? From c In Covers _ Join cv In Coverages On c.PolicyKey Equals cv.PolicyKey And c.CoverNumber Equals cv.CoverNumber _ Where c.PolicyKey = 3441028 _ Select New With {c, cv.CoverageCode}

    C# csharp database linq question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups