Click or drag to resize

BatchActionQueryItem Property

Gets or sets the ActionQuery at the specified index.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public IActionQuery this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: IActionQuery
See Also