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); }
public GruposRowChangeEvent(GruposRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public GruposRowChangeEvent(GruposRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void RemoveGruposRow(GruposRow row) { this.Rows.Remove(row); }
public void AddGruposRow(GruposRow row) { this.Rows.Add(row); }