DocumentFieldDefinitionSourceFieldType Property |
Gets the type of the source field, if the source is an entity field, null otherwise.
Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.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