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

Syntax

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

Property Value

Type: IEntityFactory2

See Also