Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public IEntityField2 DisplayField { get; }
Visual Basic
Public ReadOnly Property DisplayField As IEntityField2
	Get
Visual C++
public:
virtual property IEntityField2^ DisplayField {
	IEntityField2^ get () sealed;
}
F#
abstract DisplayField : IEntityField2 with get
override DisplayField : IEntityField2 with get

Property Value

Type: IEntityField2

Implements

ILookupBase..::..DisplayField

See Also