public tsh_DocumentosPersonasRow Addtsh_DocumentosPersonasRow(string IdPersona, string IdDocumento, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tsh_DocumentosPersonasRow rowtsh_DocumentosPersonasRow = ((tsh_DocumentosPersonasRow)(this.NewRow()));

                rowtsh_DocumentosPersonasRow.ItemArray = new object[] {
                    IdPersona,
                    IdDocumento,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtsh_DocumentosPersonasRow);
                return(rowtsh_DocumentosPersonasRow);
            }
 public tsh_DocumentosPersonasRowChangeEvent(tsh_DocumentosPersonasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsh_DocumentosPersonasRow(tsh_DocumentosPersonasRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsh_DocumentosPersonasRow(tsh_DocumentosPersonasRow row)
 {
     this.Rows.Add(row);
 }