public tsy_TipoAgrupamientoRow Addtsy_TipoAgrupamientoRow(long idTipoAgrup, string Descripcion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa)
            {
                tsy_TipoAgrupamientoRow rowtsy_TipoAgrupamientoRow = ((tsy_TipoAgrupamientoRow)(this.NewRow()));

                rowtsy_TipoAgrupamientoRow.ItemArray = new object[] {
                    idTipoAgrup,
                    Descripcion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtsy_TipoAgrupamientoRow);
                return(rowtsy_TipoAgrupamientoRow);
            }
 public tsy_TipoAgrupamientoRowChangeEvent(tsy_TipoAgrupamientoRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsy_TipoAgrupamientoRow(tsy_TipoAgrupamientoRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsy_TipoAgrupamientoRow(tsy_TipoAgrupamientoRow row)
 {
     this.Rows.Add(row);
 }