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

Syntax

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

Property Value

Type: IEntityCollection2

See Also