The collection of all entities created by the provider.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Entities() As IAgEntityCollection |
| [C#] |
|---|
public IAgEntityCollection Entities {get; set;} |
| [Managed C++] |
|---|
public: __property IAgEntityCollection ^ get_Entities(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgEntityCollection getEntities(); public void setEntities( IAgEntityCollection ); |





