CommonCRUDServiceTEntity, TKey, TInput, TFilterGetEndTimeLessThanExp Method

获取日期时间属性小于指定结束时间的表达式。

Definition

Namespace: QuickAdmin.Service.CRUD
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
protected virtual Expression<Func<TEntity, bool>> GetEndTimeLessThanExp(
	DateTime endTime
)

Parameters

endTime  DateTime
结束时间。

Return Value

ExpressionFuncTEntity, bool
对时间进行小于比较的 Lambda 表达式。

Exceptions

See Also