GetByKey Method (Item)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 item record from the Item table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal itemId As String _ ) As DataSet 'Usage Dim itemId As String Dim value As DataSet value = Item.GetByKey(itemId) public static DataSet GetByKey( string itemId ) ParametersitemId Required. Holds the ID of the item. Return ValueReturns a DataSet that contains the DataRow of the specified item in the Item table. If no matching record for the specified item is found, an empty DataSet is returned.See AlsoReferenceItem ClassItem Members In This Topic
The GetByKey() method retrieves the specified item record from the Item table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal itemId As String _ ) As DataSet 'Usage Dim itemId As String Dim value As DataSet value = Item.GetByKey(itemId) public static DataSet GetByKey( string itemId ) ParametersitemId Required. Holds the ID of the item. Return ValueReturns a DataSet that contains the DataRow of the specified item in the Item table. If no matching record for the specified item is found, an empty DataSet is returned.See AlsoReferenceItem ClassItem Members
The GetByKey() method retrieves the specified item record from the Item table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal itemId As String _ ) As DataSet 'Usage Dim itemId As String Dim value As DataSet value = Item.GetByKey(itemId) public static DataSet GetByKey( string itemId ) ParametersitemId Required. Holds the ID of the item. Return ValueReturns a DataSet that contains the DataRow of the specified item in the Item table. If no matching record for the specified item is found, an empty DataSet is returned.See AlsoReferenceItem ClassItem Members
The GetByKey() method retrieves the specified item record from the Item table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal itemId As String _ ) As DataSet 'Usage Dim itemId As String Dim value As DataSet value = Item.GetByKey(itemId) public static DataSet GetByKey( string itemId ) ParametersitemId Required. Holds the ID of the item. Return ValueReturns a DataSet that contains the DataRow of the specified item in the Item table. If no matching record for the specified item is found, an empty DataSet is returned.See AlsoReferenceItem ClassItem Members