Beispiel #1
0
            public override global::System.Data.DataTable Clone()
            {
                TipoDataTable cln = ((TipoDataTable)(base.Clone()));

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