Example #1
0
        public SqlType Remove(int index)
        {
            SqlType obj = SqlTypeCollection[index];

            SqlTypeCollection.Remove(obj);
            return(obj);
        }
Example #2
0
 public void Remove(object obj)
 {
     SqlTypeCollection.Remove(obj);
 }