Ejemplo n.º 1
0
            public override DataTable Clone()
            {
                columntypesDataTable cln = ((columntypesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 internal void InitVars()
 {
     this.tablecolumntypes = ((columntypesDataTable)(this.Tables["columntypes"]));
     if ((this.tablecolumntypes != null))
     {
         this.tablecolumntypes.InitVars();
     }
 }
Ejemplo n.º 3
0
 private void InitClass()
 {
     this.DataSetName        = "vistaForm";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/vistaForm.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablecolumntypes   = new columntypesDataTable();
     this.Tables.Add(this.tablecolumntypes);
 }
Ejemplo n.º 4
0
 internal columntypesRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablecolumntypes = ((columntypesDataTable)(this.Table));
 }