GetByKey Method (CertType)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 certification type record from the Cert_Type table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal certName As String _ ) As DataSet 'Usage Dim certName As String Dim value As DataSet value = CertType.GetByKey(certName) public static DataSet GetByKey( string certName ) ParameterscertName Required. Holds the name of the certification type for which data is to be retrieved. Return ValueReturns a DataSet that contains the DataRow of the specified certification. If no matching record found, an empty DataSet is returned.See AlsoReferenceCertType ClassCertType Members In This Topic
The GetByKey() method retrieves the specified certification type record from the Cert_Type table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal certName As String _ ) As DataSet 'Usage Dim certName As String Dim value As DataSet value = CertType.GetByKey(certName) public static DataSet GetByKey( string certName ) ParameterscertName Required. Holds the name of the certification type for which data is to be retrieved. Return ValueReturns a DataSet that contains the DataRow of the specified certification. If no matching record found, an empty DataSet is returned.See AlsoReferenceCertType ClassCertType Members
The GetByKey() method retrieves the specified certification type record from the Cert_Type table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal certName As String _ ) As DataSet 'Usage Dim certName As String Dim value As DataSet value = CertType.GetByKey(certName) public static DataSet GetByKey( string certName ) ParameterscertName Required. Holds the name of the certification type for which data is to be retrieved. Return ValueReturns a DataSet that contains the DataRow of the specified certification. If no matching record found, an empty DataSet is returned.See AlsoReferenceCertType ClassCertType Members
The GetByKey() method retrieves the specified certification type record from the Cert_Type table.Syntax Visual BasicC# 'Declaration Public Shared Function GetByKey( _ ByVal certName As String _ ) As DataSet 'Usage Dim certName As String Dim value As DataSet value = CertType.GetByKey(certName) public static DataSet GetByKey( string certName ) ParameterscertName Required. Holds the name of the certification type for which data is to be retrieved. Return ValueReturns a DataSet that contains the DataRow of the specified certification. If no matching record found, an empty DataSet is returned.See AlsoReferenceCertType ClassCertType Members