Click or drag to resize

IFindIdsFromForeignKey Method

get record ids based on foreignkeyvalue - returns an array with the record ids

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
Object IdsFromForeignKey(
	string i_App,
	string i_Device,
	string i_Key,
	string i_Value,
	SOTableId i_TableId
)

Parameters

i_App
Type: SystemString
i_Device
Type: SystemString
i_Key
Type: SystemString
i_Value
Type: SystemString
i_TableId
Type: SuperOffice.COM.SuperOfficeDBSOTableId

Return Value

Type: Object
Examples
See Also