示例#1
0
            public override DataTable Clone()
            {
                tsy_TiposBilletesDataTable cln = ((tsy_TiposBilletesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 internal void InitVars()
 {
     this.tabletsy_TiposBilletes = ((tsy_TiposBilletesDataTable)(this.Tables["tsy_TiposBilletes"]));
     if ((this.tabletsy_TiposBilletes != null))
     {
         this.tabletsy_TiposBilletes.InitVars();
     }
 }
示例#3
0
 private void InitClass()
 {
     this.DataSetName             = "tsy_TiposBilletesDataset";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/tsy_TiposBilletes.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletsy_TiposBilletes  = new tsy_TiposBilletesDataTable();
     base.Tables.Add(this.tabletsy_TiposBilletes);
 }
示例#4
0
 private void InitClass()
 {
     this.DataSetName            = "tsy_TiposBilletesDataset";
     this.Prefix                 = "";
     this.Namespace              = "http://tempuri.org/tsy_TiposBilletes.xsd";
     this.Locale                 = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive          = false;
     this.EnforceConstraints     = true;
     this.tabletsy_TiposBilletes = new tsy_TiposBilletesDataTable();
     this.Tables.Add(this.tabletsy_TiposBilletes);
 }
示例#5
0
 internal void InitVars(bool initTable)
 {
     this.tabletsy_TiposBilletes = ((tsy_TiposBilletesDataTable)(base.Tables["tsy_TiposBilletes"]));
     if ((initTable == true))
     {
         if ((this.tabletsy_TiposBilletes != null))
         {
             this.tabletsy_TiposBilletes.InitVars();
         }
     }
 }
示例#6
0
 internal tsy_TiposBilletesRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletsy_TiposBilletes = ((tsy_TiposBilletesDataTable)(this.Table));
 }
示例#7
0
 internal tsy_TiposBilletesRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletsy_TiposBilletes = ((tsy_TiposBilletesDataTable)(this.Table));
 }