예제 #1
0
파일: DbSession.cs 프로젝트: weikety/ECode
 protected internal abstract DbJoinGroupSortedResult <TEntity, TJoin1, TJoin2, TJoin3, TJoin4> CreateJoinGroupSortedResult <TEntity, TJoin1, TJoin2, TJoin3, TJoin4>(DbQueryContext queryContext);
예제 #2
0
파일: DbSession.cs 프로젝트: weikety/ECode
 protected internal abstract DbJoinGroupHavingResult <TEntity, TJoin1, TJoin2, TJoin3> CreateJoinGroupHavingResult <TEntity, TJoin1, TJoin2, TJoin3>(DbQueryContext queryContext);
예제 #3
0
파일: DbSession.cs 프로젝트: weikety/ECode
 protected internal abstract DbJoinPagedResult <TEntity, TJoin1, TJoin2> CreateJoinPagedResult <TEntity, TJoin1, TJoin2>(DbQueryContext queryContext);
예제 #4
0
파일: DbSession.cs 프로젝트: weikety/ECode
 protected internal abstract DbJoinGroupedResult <TEntity, TJoin1> CreateJoinGroupedResult <TEntity, TJoin1>(DbQueryContext queryContext);
예제 #5
0
파일: DbSession.cs 프로젝트: weikety/ECode
 protected internal abstract DbGroupSortedResult <TEntity> CreateGroupSortedResult <TEntity>(DbQueryContext queryContext);
예제 #6
0
파일: DbSession.cs 프로젝트: weikety/ECode
 protected internal abstract DbSortedQuerySet <TEntity> CreateSortedQuerySet <TEntity>(DbQueryContext queryContext);