Exemple #1
0
            public GruposRow AddGruposRow(long IdGrupo, string Descripcion, string Comentario, long IdConexion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId)
            {
                GruposRow rowGruposRow = ((GruposRow)(this.NewRow()));

                rowGruposRow.ItemArray = new object[] {
                    IdGrupo,
                    Descripcion,
                    Comentario,
                    IdConexion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId
                };
                this.Rows.Add(rowGruposRow);
                return(rowGruposRow);
            }
Exemple #2
0
 public GruposRowChangeEvent(GruposRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #3
0
 public GruposRowChangeEvent(GruposRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #4
0
 public void RemoveGruposRow(GruposRow row)
 {
     this.Rows.Remove(row);
 }
Exemple #5
0
 public void AddGruposRow(GruposRow row)
 {
     this.Rows.Add(row);
 }