Click or drag to resize

ExecSQLArgsRowRequeryFilter Property

Gets/sets the Filter used during row requery handling. During RowRequery, there are no filters in the mapper's filters collection. Only the row key filter is appended to the executed SQL

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string RowRequeryFilter { get; set; }

Property Value

Type: String
See Also