List(of Table name ) How to avoid , appending the duplicate records in this variable
-
Hi, I have a variable of List type Dim list as List(of TableName) when this list get populated with records, at that time while populating, I wanted to check whether the record I am going to insert into this list, does it already exit into it or not. Somebody told me that I think I should use the predicates. I was searching for the same in google, but could not find it in VB.net. Can you provide me any link? Is there any alternative to do the same?
If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!
-
Hi, I have a variable of List type Dim list as List(of TableName) when this list get populated with records, at that time while populating, I wanted to check whether the record I am going to insert into this list, does it already exit into it or not. Somebody told me that I think I should use the predicates. I was searching for the same in google, but could not find it in VB.net. Can you provide me any link? Is there any alternative to do the same?
If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!