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

                cln.InitVars();
                return(cln);
            }
示例#2
0
 private void InitClass()
 {
     this.DataSetName             = "dsBorra";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsBorra.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("es-MX");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableBIBLIOTECA         = new BIBLIOTECADataTable();
     base.Tables.Add(this.tableBIBLIOTECA);
 }
示例#3
0
 internal void InitVars(bool initTable)
 {
     this.tableBIBLIOTECA = ((BIBLIOTECADataTable)(base.Tables["BIBLIOTECA"]));
     if ((initTable == true))
     {
         if ((this.tableBIBLIOTECA != null))
         {
             this.tableBIBLIOTECA.InitVars();
         }
     }
 }
示例#4
0
 internal BIBLIOTECARow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableBIBLIOTECA = ((BIBLIOTECADataTable)(this.Table));
 }