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.1.0.0 (5.1.0)
Syntax [AllowInFilterAttribute(0)]
public string FullName { get; }
<AllowInFilterAttribute(0)>
Public ReadOnly Property FullName As String
Get
Property Value
Type:
StringSee Also