Пример #1
0
            public override global::System.Data.DataTable Clone()
            {
                tbActiveLeaseDataTable cln = ((tbActiveLeaseDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 private void InitClass()
 {
     this.DataSetName             = "tbActiveLease";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/tbActiveLease.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletbActiveLease      = new tbActiveLeaseDataTable();
     base.Tables.Add(this.tabletbActiveLease);
 }
Пример #3
0
 internal void InitVars(bool initTable)
 {
     this.tabletbActiveLease = ((tbActiveLeaseDataTable)(base.Tables["tbActiveLease"]));
     if ((initTable == true))
     {
         if ((this.tabletbActiveLease != null))
         {
             this.tabletbActiveLease.InitVars();
         }
     }
 }
Пример #4
0
 internal tbActiveLeaseRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletbActiveLease = ((tbActiveLeaseDataTable)(this.Table));
 }