public override global::System.Data.DataTable Clone()
            {
                st_ServicioDataTable cln = ((st_ServicioDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 internal void InitVars()
 {
     this.tablest_Servicio = ((st_ServicioDataTable)(this.Tables["st_Servicio"]));
     if ((this.tablest_Servicio != null))
     {
         this.tablest_Servicio.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName             = "st_ServicioDataset";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/st_Servicio.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablest_Servicio        = new st_ServicioDataTable();
     base.Tables.Add(this.tablest_Servicio);
 }
 internal void InitVars(bool initTable)
 {
     this.tablest_Servicio = ((st_ServicioDataTable)(base.Tables["st_Servicio"]));
     if ((initTable == true))
     {
         if ((this.tablest_Servicio != null))
         {
             this.tablest_Servicio.InitVars();
         }
     }
 }
示例#5
0
 private void InitClass()
 {
     this.DataSetName        = "st_ServicioDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/st_Servicio.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablest_Servicio   = new st_ServicioDataTable();
     this.Tables.Add(this.tablest_Servicio);
 }
 internal st_ServicioRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablest_Servicio = ((st_ServicioDataTable)(this.Table));
 }
示例#7
0
 internal st_ServicioRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablest_Servicio = ((st_ServicioDataTable)(this.Table));
 }