whereClause=" where "+string.Join(" And ",clauses.ToArray());
}
varwhereClause=" where "+string.Join(" And ",clauses.ToArray());
cmd.CommandText=string.Format("select count(Id) from Notifications{0};select Id,UserId,Date,Name,Description,Url,Level,IsRead,Category,RelatedId from Notifications{0} order by IsRead asc, Date desc",whereClause);
<description>Contains common components shared by Media Browser Theater and Media Browser Server. Not intended for plugin developer consumption.</description>