1-) C# RMOS - DataTable linq where tolist
var dt = dataTable.AsEnumerable()
.Where(myRow => myRow.Field<string>("ColumnName") =="0" ).ToList();