Exemplo n.º 1
0
        public SqlType Remove(int index)
        {
            SqlType obj = SqlTypeCollection[index];

            SqlTypeCollection.Remove(obj);
            return(obj);
        }
Exemplo n.º 2
0
 public void Remove(object obj)
 {
     SqlTypeCollection.Remove(obj);
 }