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

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