GetAllHosts Method

Soulstone

Soulstone
Get all hosts stored into the database.

Namespace:  Soulstone.Data
Assembly:  Soulstone.Data (in Soulstone.Data.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public override DataTable GetAllHosts()
Visual Basic (Declaration)
Public Overrides Function GetAllHosts As DataTable
Visual C++
public:
virtual DataTable^ GetAllHosts() override

Return Value

A DataTable with the hosts info.

See Also