예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                PROJ_LOT_AGREEMENTDataTable cln = ((PROJ_LOT_AGREEMENTDataTable)(base.Clone()));

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