HeroStats Libraries
StatsEngine.Item Property

[This is preliminary documentation and subject to change.]

Returns the appropriate as requested

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal tableName As String _
) As DataView
[C#]
public System.Data.DataView this[
   string tableName
] {get;}

Remarks

Valid values for the parameter are any table in this object. Null is returned if a table cannot be found.

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace | DataView