Click or drag to resize

EntityQuery<TEntity>.ForBusinessTime Method

Specifies a temporal table predicate on source for the Business Time.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public EntityQuery<TEntity> ForBusinessTime(
	string predicate,
	DateTime argument1 = null,
	DateTime argument2 = null
)

Parameters

predicate
Type: System.String
The predicate.
argument1 (Optional)
Type: System.DateTime
The argument1. Optional
argument2 (Optional)
Type: System.DateTime
The argument2. Optional

Return Value

Type: EntityQuery<TEntity>
See Also