Click or drag to resize

BatchActionQueryParameterParameterRelations 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.9.0.0 (5.9.0)
Syntax
public List<ParameterParameterRelation> ParameterParameterRelations { get; }

Property Value

Type: ListParameterParameterRelation

Implements

IActionQueryParameterParameterRelations
See Also