GetProductionEnts Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetProductionEnts() method returns a DataSet that contains all of the entities of the specified production line that represent the source for production.
Parameters
- lineId
- Required. The ID of the production line whose production entities are to be returned.
Return Value
Returns a DataSet that contains a DataRow for each entity that represents the source of production for the production line. If no matching 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. |
|
ent_name |
A string that is the name of the entity. |