GetByKey Method (Result)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 result record from the Result table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal rowId As Integer _ ) As DataSet 'Usage Dim rowId As Integer Dim value As DataSet value = Result.GetByKey(rowId) public static DataSet GetByKey( int rowId ) ParametersrowId Required. Holds the row ID of the record being retrieved. See AlsoReferenceResult ClassResult Members In This Topic
The GetByKey() method retrieves the specified result record from the Result table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal rowId As Integer _ ) As DataSet 'Usage Dim rowId As Integer Dim value As DataSet value = Result.GetByKey(rowId) public static DataSet GetByKey( int rowId ) ParametersrowId Required. Holds the row ID of the record being retrieved. See AlsoReferenceResult ClassResult Members
The GetByKey() method retrieves the specified result record from the Result table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal rowId As Integer _ ) As DataSet 'Usage Dim rowId As Integer Dim value As DataSet value = Result.GetByKey(rowId) public static DataSet GetByKey( int rowId ) ParametersrowId Required. Holds the row ID of the record being retrieved. See AlsoReferenceResult ClassResult Members
The GetByKey() method retrieves the specified result record from the Result table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal rowId As Integer _ ) As DataSet 'Usage Dim rowId As Integer Dim value As DataSet value = Result.GetByKey(rowId) public static DataSet GetByKey( int rowId ) ParametersrowId Required. Holds the row ID of the record being retrieved. See AlsoReferenceResult ClassResult Members