Click or drag to resize

FieldKernelColumnName Property

The name of the field's underlying column in the database. Typically this is the same as the Key.

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

Property Value

Type: String

Implements

IFieldColumnName
See Also