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++] |
---|
public: HRESULT get_Entities( IAgEntityCollection ** ppEntities ); public: HRESULT put_Entities( IAgEntityCollection Entities ); |
[Java] |
---|
public IAgEntityCollection getEntities(); public void setEntities( IAgEntityCollection ); |