Click or drag to resize

MapperKernelFields Property

The Fields collection of IField objects which generally corresponding to columns in the underlying table or view. IField's are rich objects which can be configured in meta-data and manipulated programmatically.

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

Property Value

Type: Fields

Implements

IMapperFields
See Also