Hi @Mandava_Naresh ,
Is there any reason why you don’t want to use filter data table?
Said that, have you consider using the select method?
Note: it returns a DataRow[ ] not a data table
Dt.Select("Accounts = ""HSM""")
Hi @Mandava_Naresh ,
Is there any reason why you don’t want to use filter data table?
Said that, have you consider using the select method?
Note: it returns a DataRow[ ] not a data table
Dt.Select("Accounts = ""HSM""")