class= " lineNumbers " del
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
|
class= del
CODICE notpretty di >//OLD " del class= " " di codeSnippet960584 del id= del = di m.Date &&
m.Stage.Name == stageName &&
matchDayTitle del == di m.MatchDay.Title
m.Date orderby
selezionare nuovo
{
MatchDay = m.MatchDay.Title,
Tempo = stringa. Disposizione (“{0: t}„, m.Date),
TeamAFlagIconUrl = m.Team.FlagIconURL,
TeamAName = m.Team.Name,
TeamBFlagIconUrl = m.Team1.FlagIconURL,
TeamBName = m.Team1.Name
};
CODICE di //NEW
//Get tutti i fiammiferi
IQueryable abbina = dalla m. nel db. Fiammiferi
dove (<= date.AddHours (24) del && m.Date) della data del >= di m.Date &&
m.Stage.Name == stageName &&
matchDayTitle del == di m.MatchDay.Title
m.Date orderby
selezionare nuovo
{
MatchDay = m.MatchDay.Title,
Tempo = stringa. Disposizione (“{0: t}„, m.Date),
TeamAFlagIconUrl = m.MatchTeams.???? ,
TeamAName = m.MatchTeams.???? ,
TeamBFlagIconUrl = m.MatchTeams.???? ,
TeamBName = m.MatchTeams.????
};
fiammiferi di ritorno;
|