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

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