Click or drag to resize

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; }

Property Value

Type: String
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.
See Also