Delete Method (QmSpec)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 Delete() method deletes the specified specification record from the Qm_Spec table.Syntax Visual BasicC# 'Declaration Public Shared Sub Delete( _ ByVal sessionId As Integer, _ ByVal qmSpecId As Integer _ ) 'Usage Dim sessionId As Integer Dim qmSpecId As Integer QmSpec.Delete(sessionId, qmSpecId) public static void Delete( int sessionId, int qmSpecId ) ParameterssessionId Required. Holds the session ID and thus the user who is making this method call.qmSpecId Required. Holds the ID of the specification being deleted. RemarksThe required parameters for this method must pass a value. They cannot be empty or null.See AlsoReferenceQmSpec ClassQmSpec Members In This Topic
The Delete() method deletes the specified specification record from the Qm_Spec table.Syntax Visual BasicC# 'Declaration Public Shared Sub Delete( _ ByVal sessionId As Integer, _ ByVal qmSpecId As Integer _ ) 'Usage Dim sessionId As Integer Dim qmSpecId As Integer QmSpec.Delete(sessionId, qmSpecId) public static void Delete( int sessionId, int qmSpecId ) ParameterssessionId Required. Holds the session ID and thus the user who is making this method call.qmSpecId Required. Holds the ID of the specification being deleted. RemarksThe required parameters for this method must pass a value. They cannot be empty or null.See AlsoReferenceQmSpec ClassQmSpec Members
The Delete() method deletes the specified specification record from the Qm_Spec table.Syntax Visual BasicC# 'Declaration Public Shared Sub Delete( _ ByVal sessionId As Integer, _ ByVal qmSpecId As Integer _ ) 'Usage Dim sessionId As Integer Dim qmSpecId As Integer QmSpec.Delete(sessionId, qmSpecId) public static void Delete( int sessionId, int qmSpecId ) ParameterssessionId Required. Holds the session ID and thus the user who is making this method call.qmSpecId Required. Holds the ID of the specification being deleted. RemarksThe required parameters for this method must pass a value. They cannot be empty or null.See AlsoReferenceQmSpec ClassQmSpec Members
The Delete() method deletes the specified specification record from the Qm_Spec table.Syntax Visual BasicC# 'Declaration Public Shared Sub Delete( _ ByVal sessionId As Integer, _ ByVal qmSpecId As Integer _ ) 'Usage Dim sessionId As Integer Dim qmSpecId As Integer QmSpec.Delete(sessionId, qmSpecId) public static void Delete( int sessionId, int qmSpecId ) ParameterssessionId Required. Holds the session ID and thus the user who is making this method call.qmSpecId Required. Holds the ID of the specification being deleted. RemarksThe required parameters for this method must pass a value. They cannot be empty or null.See AlsoReferenceQmSpec ClassQmSpec Members