Beispiel #1
0
            public override DataTable Clone()
            {
                DETALLESDataTable cln = ((DETALLESDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 private void InitClass()
 {
     this.DataSetName        = "DataSet1";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/DataSet1.xsd";
     this.Locale             = new System.Globalization.CultureInfo("es-ES");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableDETALLES      = new DETALLESDataTable();
     this.Tables.Add(this.tableDETALLES);
     this.tableENCABEZADO = new ENCABEZADODataTable();
     this.Tables.Add(this.tableENCABEZADO);
 }
Beispiel #3
0
 internal void InitVars()
 {
     this.tableDETALLES = ((DETALLESDataTable)(this.Tables["DETALLES"]));
     if ((this.tableDETALLES != null))
     {
         this.tableDETALLES.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null))
     {
         this.tableENCABEZADO.InitVars();
     }
 }
Beispiel #4
0
 internal DETALLESRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableDETALLES = ((DETALLESDataTable)(this.Table));
 }
Beispiel #5
0
 private void InitClass()
 {
     this.DataSetName = "DataSet1";
     this.Prefix = "";
     this.Namespace = "http://www.tempuri.org/DataSet1.xsd";
     this.Locale = new System.Globalization.CultureInfo("es-ES");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableDETALLES = new DETALLESDataTable();
     this.Tables.Add(this.tableDETALLES);
     this.tableENCABEZADO = new ENCABEZADODataTable();
     this.Tables.Add(this.tableENCABEZADO);
 }
Beispiel #6
0
 internal void InitVars()
 {
     this.tableDETALLES = ((DETALLESDataTable)(this.Tables["DETALLES"]));
     if ((this.tableDETALLES != null)) {
         this.tableDETALLES.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null)) {
         this.tableENCABEZADO.InitVars();
     }
 }
Beispiel #7
0
 internal DETALLESRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableDETALLES = ((DETALLESDataTable)(this.Table));
 }