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. Visual Basic
  4. Filter Using

Filter Using

Scheduled Pinned Locked Moved Visual Basic
csharpdatabasehelpquestion
2 Posts 2 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.
  • M Offline
    M Offline
    Mansourgh
    wrote on last edited by
    #1

    Hi Dear all Would you please give me a sample code(s) that show(s) using of filter method in vb.net to limit datasource data? I dont want to use SQL instructions to do that, so if you have any suggestions to do that with vb.net code please help me. Many Thanks:confused:

    C 1 Reply Last reply
    0
    • M Mansourgh

      Hi Dear all Would you please give me a sample code(s) that show(s) using of filter method in vb.net to limit datasource data? I dont want to use SQL instructions to do that, so if you have any suggestions to do that with vb.net code please help me. Many Thanks:confused:

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Mansourgh wrote:

      I dont want to use SQL instructions to do that

      Why not ? You're asking 'how do I do things the hard and slow way' ? you can iterate over your collection and knock out the items you don't want. There's no other way I can think of, filtering with SQL is supported on the code end as well as on the DB, but you don't want to use SQL for some strange reason.

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

      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