Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                rowDataTable cln = ((rowDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     this.DataSetName             = "rows";
     this.Prefix                  = "";
     this.Namespace               = "http://www.contoso.com/books";
     this.Locale                  = new global::System.Globalization.CultureInfo("en-US");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablerow                = new rowDataTable();
     base.Tables.Add(this.tablerow);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     this.tablerow = ((rowDataTable)(base.Tables["row"]));
     if ((initTable == true))
     {
         if ((this.tablerow != null))
         {
             this.tablerow.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal rowRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablerow = ((rowDataTable)(this.Table));
 }