Example #1
0
            public override DataTable Clone()
            {
                TblGestioneMaterialiDataTable cln = ((TblGestioneMaterialiDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 internal void InitVars()
 {
     this.tableTblGestioneMateriali = ((TblGestioneMaterialiDataTable)(this.Tables["TblGestioneMateriali"]));
     if ((this.tableTblGestioneMateriali != null))
     {
         this.tableTblGestioneMateriali.InitVars();
     }
 }
Example #3
0
 private void InitClass()
 {
     this.DataSetName               = "GestioneMateriali";
     this.Prefix                    = "";
     this.Namespace                 = "http://tempuri.org/GestioneMateriali.xsd";
     this.Locale                    = new System.Globalization.CultureInfo("it-IT");
     this.CaseSensitive             = false;
     this.EnforceConstraints        = true;
     this.tableTblGestioneMateriali = new TblGestioneMaterialiDataTable();
     this.Tables.Add(this.tableTblGestioneMateriali);
 }
Example #4
0
 internal TblGestioneMaterialiRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableTblGestioneMateriali = ((TblGestioneMaterialiDataTable)(this.Table));
 }