This contains the detail connection information for an entry in the EntitySpaces configuration section.
Наследование: 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);
 }