Symphony Framework
Select(WheredB,OrderBydB) Method
Symphony.dB Namespace > DBAccess Class > Select Method : Select(WheredB,OrderBydB) Method
A WheredB instance the defines selection criteria.
An OrderBydB instance that defines the returning order of the selected data.
The select method allows you to query the file and return the selected records in the file.
Syntax

Parameters

whereObject
A WheredB instance the defines selection criteria.
orderByObject
An OrderBydB instance that defines the returning order of the selected data.

Return Value

An ArrayList of records from the data file.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DBAccess Class
DBAccess Members
Overload List