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

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