예제 #1
0
 public SqlConnection(ConnectionName connectionName)
 {
     if (connectionName == null)
     {
         throw new ArgumentException("connectionName must have a value");
     }
 }
예제 #2
0
 public SqlConnection(ConnectionName connectionName)
 {
     if (connectionName == null)
     {
         throw new ArgumentException("connectionName must have a value");
     }
 }