コード例 #1
0
 public MSSqlHelper(string connection, bool isDirectConn)
 {
     MyDatabase = DBhelper.CreateMsSql(connection);
 }
コード例 #2
0
 public MSSqlHelper(string connectionNodeName)
 {
     MyDatabase = DBhelper.CreateMsSql(DBhelper.GetConnectionStr(connectionNodeName));
 }