示例#1
0
            public override global::System.Data.DataTable Clone()
            {
                tbPropertiesWithLeaseDataTable cln = ((tbPropertiesWithLeaseDataTable)(base.Clone()));

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