Parameters
- fieldName
- The name of the column/field to test against.
- condition
- The condition to apply to the test.
- testValue
- The test value as an integer.
Symphony.dB.DBAccess itemAccess3 = new DBAccess("ITEM", "DATABASE:DatabaseManager"); foreach (string item in itemAccess3.Select(new WheredB("part_quantity", WheredBConditions.LessThan, 50))) { }
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