FieldKernelAliasName Property |
The name of the field in the mapper's view/table. Typically this is the same as the
Key.
One use of alias is to map two fields to the same column in the view/table. Obviously in such a
case care must be taken to ensure that there is no data loss due to a user setting both fields to
different values. Typically one or both are locked.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string AliasName { get; set; }
Public Property AliasName As String
Get
Set
Property Value
Type:
StringImplements
IFieldAliasNameSee Also