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
SyntaxObject IdsFromForeignKey(
string i_App,
string i_Device,
string i_Key,
string i_Value,
SOTableId i_TableId
)
Function IdsFromForeignKey (
i_App As String,
i_Device As String,
i_Key As String,
i_Value As String,
i_TableId As SOTableId
) As Object
Dim instance As IFind
Dim i_App As String
Dim i_Device As String
Dim i_Key As String
Dim i_Value As String
Dim i_TableId As SOTableId
Dim returnValue As Object
returnValue = instance.IdsFromForeignKey(i_App,
i_Device, i_Key, i_Value, i_TableId)
Object^ IdsFromForeignKey(
[InAttribute] String^ i_App,
[InAttribute] String^ i_Device,
[InAttribute] String^ i_Key,
[InAttribute] String^ i_Value,
[InAttribute] 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