public tlg_ResponsablesDepositosSeccionesRow Addtlg_ResponsablesDepositosSeccionesRow(string IdUsuario, string IdDeposito, string IdSeccion, bool Activo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId)
            {
                tlg_ResponsablesDepositosSeccionesRow rowtlg_ResponsablesDepositosSeccionesRow = ((tlg_ResponsablesDepositosSeccionesRow)(this.NewRow()));

                rowtlg_ResponsablesDepositosSeccionesRow.ItemArray = new object[] {
                    IdUsuario,
                    IdDeposito,
                    IdSeccion,
                    Activo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId
                };
                this.Rows.Add(rowtlg_ResponsablesDepositosSeccionesRow);
                return(rowtlg_ResponsablesDepositosSeccionesRow);
            }
 public tlg_ResponsablesDepositosSeccionesRowChangeEvent(tlg_ResponsablesDepositosSeccionesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetlg_ResponsablesDepositosSeccionesRow(tlg_ResponsablesDepositosSeccionesRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtlg_ResponsablesDepositosSeccionesRow(tlg_ResponsablesDepositosSeccionesRow row)
 {
     this.Rows.Add(row);
 }