GetByKey Method (Ent)Save PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedMar 17, 20261 minute readOperations and ExecutionManufacturing Execution System 2023 R2 The GetByKey() method retrieves the specified entity from the Ent table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal entId As Integer _ ) As DataSet 'Usage Dim entId As Integer Dim value As DataSet value = Ent.GetByKey(entId) public static DataSet GetByKey( int entId ) ParametersentId Required. Holds the ID of the entity that is being retrieved. Return ValueReturns a DataSet that contains the DataRow of the specified entity in the Ent table. If no matching record for the specified entity is found, an empty DataSet is returned.See AlsoReferenceEnt ClassEnt Members In This Topic
The GetByKey() method retrieves the specified entity from the Ent table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal entId As Integer _ ) As DataSet 'Usage Dim entId As Integer Dim value As DataSet value = Ent.GetByKey(entId) public static DataSet GetByKey( int entId ) ParametersentId Required. Holds the ID of the entity that is being retrieved. Return ValueReturns a DataSet that contains the DataRow of the specified entity in the Ent table. If no matching record for the specified entity is found, an empty DataSet is returned.See AlsoReferenceEnt ClassEnt Members
The GetByKey() method retrieves the specified entity from the Ent table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal entId As Integer _ ) As DataSet 'Usage Dim entId As Integer Dim value As DataSet value = Ent.GetByKey(entId) public static DataSet GetByKey( int entId ) ParametersentId Required. Holds the ID of the entity that is being retrieved. Return ValueReturns a DataSet that contains the DataRow of the specified entity in the Ent table. If no matching record for the specified entity is found, an empty DataSet is returned.See AlsoReferenceEnt ClassEnt Members
The GetByKey() method retrieves the specified entity from the Ent table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal entId As Integer _ ) As DataSet 'Usage Dim entId As Integer Dim value As DataSet value = Ent.GetByKey(entId) public static DataSet GetByKey( int entId ) ParametersentId Required. Holds the ID of the entity that is being retrieved. Return ValueReturns a DataSet that contains the DataRow of the specified entity in the Ent table. If no matching record for the specified entity is found, an empty DataSet is returned.See AlsoReferenceEnt ClassEnt Members