Click or drag to resize

DynamicQueryEngineBaseUpdateAliasInUpdateTablePredicates Method

Updates the SourceAlias in the predicates in updateFilter to the alias updatedTableAlias if the predicate targets the entity name specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected virtual void UpdateAliasInUpdateTablePredicates(
	string entityName,
	IPredicate updateFilter,
	string updatedTableAlias
)

Parameters

entityName
Type: SystemString
updateFilter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
updatedTableAlias
Type: SystemString
See Also