© 2026 Hedgehog Software, LLC
SqlCommand cmd = new SqlCommand("select email from Users", cn);
List<string> emails = cmd.Execute();