DataTable =DataTable.DefaultView.ToTable(true,"Account","Type").Select("Account='CA'").CopyToDataTable()
or
DataTable =DataTable.Select("Account='CA'").CopyToDataTable()
Refer this one for DataTable operations
Regards,
Arivu
DataTable =DataTable.DefaultView.ToTable(true,"Account","Type").Select("Account='CA'").CopyToDataTable()
or
DataTable =DataTable.Select("Account='CA'").CopyToDataTable()
Refer this one for DataTable operations
Regards,
Arivu