Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen
var value = (from t in _table where t.Id == id && t.Time >= intervalStartTime && t.Time <= intervalEndTime select (int?)t.Value).Average()
Post a Comment
No comments:
Post a Comment