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
  1. Home
  2. General Programming
  3. LINQ
  4. How I can use it in Web Application Using C#.Net

How I can use it in Web Application Using C#.Net

Scheduled Pinned Locked Moved LINQ
csharpdatabasehelp
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    Qasim1984
    wrote on last edited by
    #1

    I have three Database Tables. 1. Groups // This table contain user's group information 2. Roles // contains role information 3. AssignedRol // contain roles assigned to a specific group ADO.Net Entity Model has generated (DataEntites) the following two entities against these three tables 1. Gourp Scalar Properties (ID, Name) Navigation (Roles) 2. Role Scalar Properties (ID, Name) Navigation (Groups) 1. How I can get assigned Role to a group 2. How I can get role not assigned to a group 3. How I assign a role to a group. in a web application using C#.Net Code Please help me in this regard

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

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