Click or drag to resize

BeforeRequeryArgsRowKey Property

Gets/sets the RowKey associated with the query about to be performed. A null value could indicate either that the query is not specifically a query for a particular record by its RowKey, or that it is unknown whether or not the query is for a particular record by RowKey.

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

Property Value

Type: String
See Also