Symphony Framework
Find Method
Example 
Symphony.dB Namespace > DBAccess Class : Find Method
Find a row (record) in the table using a key value and a key of reference. No data is returned.
Overload List
OverloadDescription
Find a row (record) in the table using a key value and a key of reference. No data is returned.  
Find a row (record) in the table using a key value and a key of reference. No data is returned.  
Find a row (record) in the table using a key value and a key of reference. No data is returned.  
Example
Int32 chan;
Symphony.dB.DBAccess itemAccess = new DBAccess("ITEM", "DATABASE:DatabaseManager");
if (itemAccess.OpenInput(out chan) == DBResponse.DBOK)
{
    itemAccess.Find("BBNC01", 0);
}
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