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

Syntax

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

Property Value

Type: IEntityFactory2

Implements

ILookupBase..::..EntityFactory

See Also