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

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "dsRSandCR";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsRSandCR.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledtRSandCR          = new dtRSandCRDataTable();
     base.Tables.Add(this.tabledtRSandCR);
 }
Ejemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tabledtRSandCR = ((dtRSandCRDataTable)(base.Tables["dtRSandCR"]));
     if ((initTable == true))
     {
         if ((this.tabledtRSandCR != null))
         {
             this.tabledtRSandCR.InitVars();
         }
     }
 }
Ejemplo n.º 4
0
 internal dtRSandCRRow(System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledtRSandCR = ((dtRSandCRDataTable)(this.Table));
 }