Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. using System;
  2. using System.Data.SqlClient;
  3. using System.Data;
  4. public class Program() {
  5.  
  6. public static void Main() {
  7.  
  8. SqlCommand cmd = new SqlCommand();
  9. cmd.
  10.  
  11. }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement