Specifying schema using DB2Connection

Connection string

This DB2 .NET Data Provider connection string can be used for connections to IBM DB2.

Server=myAddress:myPortNumber;Database=myDataBase;UID=myUsername;PWD=myPassword;
CurrentSchema
=mySchema;

All unqualified SQL objects used with the current connection will be qualified with the provided schema name