Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1.             //najprostszy sposób usunięcia użytkownika z pobraniem wcześniej jego ID (np poprzez zaznaczony rekord w DataGridView)
  2.             string command = $"DELETE FROM Users WHERE ID = {IDUser} ";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement