Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                SancionDataTable cln = ((SancionDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName             = "Sancion";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/Sancion.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableSancion            = new SancionDataTable();
     base.Tables.Add(this.tableSancion);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableSancion = ((SancionDataTable)(base.Tables["Sancion"]));
     if ((initTable == true))
     {
         if ((this.tableSancion != null))
         {
             this.tableSancion.InitVars();
         }
     }
 }
Example #4
0
 internal SancionRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableSancion = ((SancionDataTable)(this.Table));
 }