public DesignColumn()
 {
     this.namingPropNames = new StringCollection();
     this.dataColumn = new System.Data.DataColumn();
     this.designTable = null;
     this.namingPropNames.Add("typedName");
 }
 public DesignColumn()
 {
     this.namingPropNames = new StringCollection();
     this.dataColumn      = new System.Data.DataColumn();
     this.designTable     = null;
     this.namingPropNames.Add("typedName");
 }
 public DataAccessor(System.Data.Design.DesignTable designTable)
 {
     if (designTable == null)
     {
         throw new ArgumentNullException("DesignTable");
     }
     this.designTable = designTable;
 }
 public DataAccessor(System.Data.Design.DesignTable designTable)
 {
     if (designTable == null)
     {
         throw new ArgumentNullException("DesignTable");
     }
     this.designTable = designTable;
 }