Guest User

Untitled

a guest
Dec 24th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. var connectionString = string.Format("server={0};port={1};user={2};password={3}", host, port, username, password);
  2. _session = MySQLX.GetSession(connectionString);
  3. Schema = _session.GetSchema(database);
Add Comment
Please, Sign In to add comment