GetEntities Method (StdOperEntSpec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetEntities() method returns one or more entity records from the Std_Oper_Ent_Link table and also all the ancestors of the entities returned from the Std_Oper_Ent_Link table.
'Usage
Dim operId As String
Dim value As DataSet
value = StdOperEntSpec.GetEntities(operId)
Parameters
- 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 Std_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 entity or one of its ancestors. |
|
ent_name |
A string that is the name of the entity. |