Habitening Logo A cup of water.
Habitening

.NET package Yang.Query

System.Data.IDbConnection cnn ; var eg1 = cnn.Find<GoodsInfo>().Take1().Ex(); var eg2 = cnn.Find<GoodsInfo>().Take(100).Ex(); var eg3 = cnn.Find<GoodsInfo>(o => o.GoodsId == 1).Ex(); var eg4 = cnn.Find<GoodsInfo>().Sort(o => o.UpdateTime).Take1().Ex(); var eg5 = cnn.Find<GoodsInfo>().Sort(o => o.UpdateTime).Take(10).Skip(10).Ex(); var eg6 = cnn.Find<GoodsInfo>(o => o.GoodsId == 1).Sort(o => o.UpdateTime).Take(10).Skip(10).Ex(); var eg7 = cnn.Find<GoodsInfo>(o => o.GoodsId == 1).Sort(o => o.UpdateTime, EOrderBy.Asc).Take(10).Skip(10).Ex();

Summary

Count 3 occurrences
State Dead
Last occurred
Habitening next
Age
Average
Honeymoon
Trend None
In degree 1
Out degree 17
External links

Probability of Occurrence

Breakdown by day of the week

Breakdown by day of the month

Breakdown by month

Affected by

Affects

lightbulb_outline Didn't find what you were looking for? Create your own!