DocumentFieldDefinitionSourceFieldType Property |
Gets the type of the source field, if the source is an entity field, null otherwise.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax [AllowInSettingRuleAttribute("Source field type", FrameworkSettingTargetElementType.DerivedElementFieldScalar)]
public IFieldType SourceFieldType { get; }
<AllowInSettingRuleAttribute("Source field type", FrameworkSettingTargetElementType.DerivedElementFieldScalar)>
Public ReadOnly Property SourceFieldType As IFieldType
Get
Property Value
Type:
IFieldTypeSee Also