GetEntities Method (OperEntSpec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetEntities() method returns one or more entity records from the Oper_Ent_Link table and also all the ancestors of the entities returned from the Oper_Ent_Link table.
'Declaration
Public Shared Function GetEntities( _
ByVal processId As String, _
ByVal operId As String _
) As DataSet
'Usage
Dim processId As String
Dim operId As String
Dim value As DataSet
value = OperEntSpec.GetEntities(processId, operId)
Parameters
- processId
- Required. Holds the ID of the process.
- operId
- Required. Holds the ID of the operation.
Return Value
Returns a DataSet that contains records for all the entity records that satisfy the specified filters. The returned records include columns from the Oper_Ent_Link table. If no matching entity records are found, an empty DataSet is returned.
The columns of the returned DataSet are described below.
|
Column Name |
Description |
|---|---|
|
ent_id |
An integer that is the ID of the operation entity or one of its ancestors. |
|
ent_name |
A string that is the name of the entity. |