Click or drag to resize

MapperKernelHasRowKey Property

Gets whether or not the mapper has a PK or UniqueKey. Note that if mapper has no PK/UK then we only support dynamic filters not static (snapshots).

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected bool HasRowKey { get; }

Property Value

Type: Boolean
See Also