Click or drag to resize

BatchActionQuery.ParameterParameterRelations Property

Gets the parameter parameter relations for this IActionQuery. These definitions are used for insert queries in multi-target entity inserts.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
public List<ParameterParameterRelation> ParameterParameterRelations { get; }

Property Value

Type: List<ParameterParameterRelation>

Implements

IActionQuery.ParameterParameterRelations
See Also