Gets the entity at the specified index from the internal entity collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
| C# |
|---|
public Entity GetEntityAt( int index ) |
| Visual Basic (Declaration) |
|---|
Public Function GetEntityAt ( _ index As Integer _ ) As Entity |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the entity to be get.