Click or drag to resize

DbSpecificCreatorBase.CreateTemporalTablePredicate Method

Creates the temporal table predicate fragment for the predicateType specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntax
public virtual string CreateTemporalTablePredicate(
	TemporalTablePredicateType predicateType,
	string directive,
	List<DateTime> arguments,
	out List<DbParameter> parameters
)

Parameters

predicateType
Type: SD.LLBLGen.Pro.ORMSupportClasses.TemporalTablePredicateType
Type of the predicate.
directive
Type: System.String
The directive given by the user which is the actual predicate.
arguments
Type: System.Collections.Generic.List<DateTime>
The arguments, which can be empty.
parameters
Type: System.Collections.Generic.List<DbParameter>
The parameters created. Will be null if no arguments are created.

Return Value

Type: String
the ready to use string to be used as temporal table predicate

Implements

IDbSpecificCreator.CreateTemporalTablePredicate(TemporalTablePredicateType, String, List<DateTime>, List<DbParameter>)
See Also