public List <DynamicPacketQueueLog> GetDynamicPacketQueueLogList(ref DataPage dp, DynamicPacketQueueLog searchDynamicPacketQueueLog) { Expression <Func <DynamicPacketQueueLog, bool> > exp = EntityQueryOperator.CreateDydaminWhereAndExpression <DynamicPacketQueueLog>(searchDynamicPacketQueueLog); List <DynamicPacketQueueLog> resultlist = ptx.GetEntityQueryList(ref dp, exp, p => p.LogId); return(resultlist); }
public List <GameDailyLog> GetGameDailyLogList(ref DataPage dp, GameDailyLog searchGameDailyLog) { Expression <Func <GameDailyLog, bool> > exp = EntityQueryOperator.CreateDydaminWhereAndExpression <GameDailyLog>(searchGameDailyLog); List <GameDailyLog> resultlist = ptx.GetEntityQueryList(ref dp, exp, p => p.RecordId); return(resultlist); }