GetByKey Method (ItemStorageExecLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified item storage execution link record from the Item_Storage_Execution_Link table.
'Declaration
Public Shared Function GetByKey( _
ByVal entId As Integer, _
ByVal itemId As String _
) As DataSet
'Usage
Dim entId As Integer
Dim itemId As String
Dim value As DataSet
value = ItemStorageExecLink.GetByKey(entId, itemId)
Parameters
- entId
Required. Holds the ID of the entity that identifies the record to be retrieved.
- itemId
Required. Holds the ID of the item that identifies the record to be retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified item storage execution link in the Item_Storage_Execution_Link table. If no matching record for the specified item storage execution link is found, an empty DataSet is returned.