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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName               = "DataSetPrestacionPorOdontologo";
     this.Prefix                    = "";
     this.Namespace                 = "http://tempuri.org/DataSetPrestacionPorOdontologo.xsd";
     this.EnforceConstraints        = true;
     this.SchemaSerializationMode   = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableprestacionXodontolgo = new prestacionXodontolgoDataTable();
     base.Tables.Add(this.tableprestacionXodontolgo);
 }
 internal void InitVars(bool initTable)
 {
     this.tableprestacionXodontolgo = ((prestacionXodontolgoDataTable)(base.Tables["prestacionXodontolgo"]));
     if ((initTable == true))
     {
         if ((this.tableprestacionXodontolgo != null))
         {
             this.tableprestacionXodontolgo.InitVars();
         }
     }
 }
 internal prestacionXodontolgoRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableprestacionXodontolgo = ((prestacionXodontolgoDataTable)(this.Table));
 }