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