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

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