Click or drag to resize

FieldElementFullName Property

Gets the full name of the field. This is the name of the field with optionally (FK) appended to it if the field is an FK field.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
[AllowInFilterAttribute(0)]
public string FullName { get; }

Property Value

Type: String
See Also