FieldPropertiesSourceField Property |
Another field in the mapper from which to copy the value. The source value is copied on insert and update unless the destination field is dirty. Typically used on a foreign key to identify the corresponding join value.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string SourceField { get; }
ReadOnly Property SourceField As String
Get
Property Value
Type:
StringAnother field in the mapper from which to copy the value. The source value is copied on insert and update unless the destination field is dirty. Typically used on a foreign key to identify the corresponding join value.
See Also