コード例 #1
0
            public tsh_AgrupamientosRow Addtsh_AgrupamientosRow(string IdProducto, long IdAgrupamiento, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tsh_AgrupamientosRow rowtsh_AgrupamientosRow = ((tsh_AgrupamientosRow)(this.NewRow()));

                rowtsh_AgrupamientosRow.ItemArray = new object[] {
                    IdProducto,
                    IdAgrupamiento,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtsh_AgrupamientosRow);
                return(rowtsh_AgrupamientosRow);
            }
コード例 #2
0
 public tsh_AgrupamientosRowChangeEvent(tsh_AgrupamientosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void Removetsh_AgrupamientosRow(tsh_AgrupamientosRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void Addtsh_AgrupamientosRow(tsh_AgrupamientosRow row)
 {
     this.Rows.Add(row);
 }