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

Syntax

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

Property Value

Type: IEntityField2

See Also