Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
[AllowInSettingRuleAttribute("Source field type", FrameworkSettingTargetElementType.DerivedElementFieldScalar)]
public IFieldType SourceFieldType { get; }

Property Value

Type: IFieldType
See Also