Query ExtendedProperties Property NReco.Data Class Library Documentation
Get or set query extended properties.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public IDictionary<string, Object> ExtendedProperties { get; set; }

Property Value

Type: IDictionary String, Object 
Remarks

Extended properties may be used for passing custom query parameters.
See Also