Ejemplo n.º 1
0
            public override DataTable Clone()
            {
                CARRERAS_ESTADOSDataTable cln = ((CARRERAS_ESTADOSDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 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-CL");
     this.CaseSensitive         = false;
     this.EnforceConstraints    = true;
     this.tableCARRERAS_ESTADOS = new CARRERAS_ESTADOSDataTable();
     this.Tables.Add(this.tableCARRERAS_ESTADOS);
     this.tableENCABEZADO = new ENCABEZADODataTable();
     this.Tables.Add(this.tableENCABEZADO);
 }
Ejemplo n.º 3
0
 internal void InitVars()
 {
     this.tableCARRERAS_ESTADOS = ((CARRERAS_ESTADOSDataTable)(this.Tables["CARRERAS_ESTADOS"]));
     if ((this.tableCARRERAS_ESTADOS != null))
     {
         this.tableCARRERAS_ESTADOS.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null))
     {
         this.tableENCABEZADO.InitVars();
     }
 }
Ejemplo n.º 4
0
 internal CARRERAS_ESTADOSRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableCARRERAS_ESTADOS = ((CARRERAS_ESTADOSDataTable)(this.Table));
 }
Ejemplo n.º 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-CL");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableCARRERAS_ESTADOS = new CARRERAS_ESTADOSDataTable();
     this.Tables.Add(this.tableCARRERAS_ESTADOS);
     this.tableENCABEZADO = new ENCABEZADODataTable();
     this.Tables.Add(this.tableENCABEZADO);
 }
Ejemplo n.º 6
0
 internal void InitVars()
 {
     this.tableCARRERAS_ESTADOS = ((CARRERAS_ESTADOSDataTable)(this.Tables["CARRERAS_ESTADOS"]));
     if ((this.tableCARRERAS_ESTADOS != null)) {
         this.tableCARRERAS_ESTADOS.InitVars();
     }
     this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"]));
     if ((this.tableENCABEZADO != null)) {
         this.tableENCABEZADO.InitVars();
     }
 }
Ejemplo n.º 7
0
 internal CARRERAS_ESTADOSRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableCARRERAS_ESTADOS = ((CARRERAS_ESTADOSDataTable)(this.Table));
 }