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.4.0.0 (5.4.0)
Syntax protected virtual void UpdateAliasInUpdateTablePredicates(
string entityName,
IPredicate updateFilter,
string updatedTableAlias
)
Protected Overridable Sub UpdateAliasInUpdateTablePredicates (
entityName As String,
updateFilter As IPredicate,
updatedTableAlias As String
)
Parameters
- entityName
- Type: SystemString
- updateFilter
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
- updatedTableAlias
- Type: SystemString
See Also