コード例 #1
0
ファイル: DataSetListado.cs プロジェクト: yesashii/upa
            public override DataTable Clone()
            {
                T_SeccionDataTable cln = ((T_SeccionDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
ファイル: DataSetListado.cs プロジェクト: yesashii/upa
 private void InitClass()
 {
     this.DataSetName        = "DataSetListado";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/DataSetListado.xsd";
     this.Locale             = new System.Globalization.CultureInfo("es-CL");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableT_Listado     = new T_ListadoDataTable();
     this.Tables.Add(this.tableT_Listado);
     this.tableT_Seccion = new T_SeccionDataTable();
     this.Tables.Add(this.tableT_Seccion);
 }
コード例 #3
0
ファイル: DataSetListado.cs プロジェクト: yesashii/upa
 internal void InitVars()
 {
     this.tableT_Listado = ((T_ListadoDataTable)(this.Tables["T_Listado"]));
     if ((this.tableT_Listado != null))
     {
         this.tableT_Listado.InitVars();
     }
     this.tableT_Seccion = ((T_SeccionDataTable)(this.Tables["T_Seccion"]));
     if ((this.tableT_Seccion != null))
     {
         this.tableT_Seccion.InitVars();
     }
 }
コード例 #4
0
ファイル: DataSetSeccion.cs プロジェクト: yesashii/upa
 private void InitClass()
 {
     this.DataSetName = "DataSetSeccion";
     this.Prefix = "";
     this.Namespace = "http://www.tempuri.org/DataSetSeccion.xsd";
     this.Locale = new System.Globalization.CultureInfo("es-CL");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableT_Listado = new T_ListadoDataTable();
     this.Tables.Add(this.tableT_Listado);
     this.tableT_Seccion = new T_SeccionDataTable();
     this.Tables.Add(this.tableT_Seccion);
 }
コード例 #5
0
ファイル: DataSetSeccion.cs プロジェクト: yesashii/upa
 internal void InitVars()
 {
     this.tableT_Listado = ((T_ListadoDataTable)(this.Tables["T_Listado"]));
     if ((this.tableT_Listado != null)) {
         this.tableT_Listado.InitVars();
     }
     this.tableT_Seccion = ((T_SeccionDataTable)(this.Tables["T_Seccion"]));
     if ((this.tableT_Seccion != null)) {
         this.tableT_Seccion.InitVars();
     }
 }
コード例 #6
0
ファイル: DataSetSeccion.cs プロジェクト: yesashii/upa
 internal T_SeccionRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableT_Seccion = ((T_SeccionDataTable)(this.Table));
 }
コード例 #7
0
ファイル: DataSetListado.cs プロジェクト: yesashii/upa
 internal T_SeccionRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableT_Seccion = ((T_SeccionDataTable)(this.Table));
 }