コード例 #1
0
            public override DataTable Clone()
            {
                twf_VerificacionesDataTable cln = ((twf_VerificacionesDataTable)(base.Clone()));

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