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

                cln.InitVars();
                return(cln);
            }
示例#2
0
 internal void InitVars()
 {
     this.tablealumno = ((alumnoDataTable)(this.Tables["alumno"]));
     if ((this.tablealumno != null))
     {
         this.tablealumno.InitVars();
     }
 }
示例#3
0
 private void InitClass()
 {
     this.DataSetName        = "datosAlumno";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/datosAlumno.xsd";
     this.Locale             = new System.Globalization.CultureInfo("es-ES");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablealumno        = new alumnoDataTable();
     this.Tables.Add(this.tablealumno);
 }
示例#4
0
 internal alumnoRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablealumno = ((alumnoDataTable)(this.Table));
 }
示例#5
0
 internal void InitVars()
 {
     this.tablealumno = ((alumnoDataTable)(this.Tables["alumno"]));
     if ((this.tablealumno != null)) {
         this.tablealumno.InitVars();
     }
 }
示例#6
0
 internal alumnoRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tablealumno = ((alumnoDataTable)(this.Table));
 }
示例#7
0
 private void InitClass()
 {
     this.DataSetName = "datoAlumno";
     this.Prefix = "";
     this.Namespace = "http://www.tempuri.org/datoAlumno.xsd";
     this.Locale = new System.Globalization.CultureInfo("es-ES");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tablealumno = new alumnoDataTable();
     this.Tables.Add(this.tablealumno);
 }