コード例 #1
0
            public override global::System.Data.DataTable Clone()
            {
                SOLICITUD_COMPRADataTable cln = ((SOLICITUD_COMPRADataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName             = "db_SolicitudCompra";
     this.Prefix                  = "";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableSOLICITUD_COMPRA   = new SOLICITUD_COMPRADataTable();
     base.Tables.Add(this.tableSOLICITUD_COMPRA);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableSOLICITUD_COMPRA = ((SOLICITUD_COMPRADataTable)(base.Tables["SOLICITUD_COMPRA"]));
     if ((initTable == true))
     {
         if ((this.tableSOLICITUD_COMPRA != null))
         {
             this.tableSOLICITUD_COMPRA.InitVars();
         }
     }
 }
コード例 #4
0
 internal SOLICITUD_COMPRARow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableSOLICITUD_COMPRA = ((SOLICITUD_COMPRADataTable)(this.Table));
 }