Guest User

Untitled

a guest
Apr 26th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. my requirement is I dont want Enum, I've Countries column in database table. I want to perform some validation on each Countries for example
  2.  
  3. if( db.Countries.India )
  4. {
  5. //some validation
  6. }**
Add Comment
Please, Sign In to add comment