示例#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");
     }
 }