This contains the detail connection information for an entry in the EntitySpaces configuration section.
Inheritance: System.Configuration.ConfigurationElement
示例#1
0
 public void Remove(tgConnectionElement connection)
 {
     if (BaseIndexOf(connection) >= 0)
     {
         BaseRemove(connection.Provider);
     }
 }
示例#2
0
 public void Add(tgConnectionElement connection)
 {
     BaseAdd(connection);
 }
示例#3
0
 public int IndexOf(tgConnectionElement connection)
 {
     return(BaseIndexOf(connection));
 }
示例#4
0
 public void Remove(tgConnectionElement connection)
 {
     if (BaseIndexOf(connection) >= 0)
     {
         BaseRemove(connection.Provider);
     }
 }
示例#5
0
 public int IndexOf(tgConnectionElement connection)
 {
     return BaseIndexOf(connection);
 }
示例#6
0
 public void Add(tgConnectionElement connection)
 {
     BaseAdd(connection);
 }