Symphony Framework
Select(String) Method
Symphony.dB Namespace > DBAccess Class > Select Method : Select(String) Method
Comma separated list of feilds to lime the selection to.
The select method allows you to query the file and return the selected fields from the records in the file.
Syntax
public ArrayList Select( 
   string fieldList
)

Parameters

fieldList
Comma separated list of feilds to lime the selection to.

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