The below code will fill User Records in "users".
Dim users= From p In oDbUser.USERs Where p.STATE= "MI" And p.STATUS = 1
Can anyone tell me how can i use a foreaach loop in the result and take each indidual row items ?
The below code will fill User Records in "users".
Dim users= From p In oDbUser.USERs Where p.STATE= "MI" And p.STATUS = 1
Can anyone tell me how can i use a foreaach loop in the result and take each indidual row items ?