Dunkelt x som nya DataTable ()
Dunkel col1 som nya DataColumn (”e-post”)
x.Columns.Add (col1)
x.Rows.Add (”[email protected]”)
x.Rows.Add (”[email protected]”)
x.Rows.Add (”[email protected]”)
x.Rows.Add (”[email protected]”)
Dunkel query = (från q i (från c i odt.AsEnumerable () _,
Var c! E-postIsNot DBNull.Value _,
Beställa vid c! Ascending _ för e-post,
Välj nytt med {.mail = c (”e-posten”)}) _,
Välj distinkt q.mail),
|