Returns a list of the field names associated with a specified primary key.
      Declaration
tibas_status tibasKeyDef_GetFieldNames(
    tibasKeyDef      keyDef,
    tibasStringList* fieldNames)
 
      Parameters
               
               
               
                  
                     | Parameter | 
                     Description | 
                  
               
               
                  
                     | keyDef | 
                     Specifies the KeyDef for the key whose key values you want to return. | 
                  
                  
                     | fieldNames | 
                     Pointer to a comma-separated list of the key values currently set for the specified primary key. | 
                  
               
            
 
 
      Remarks
Use the tibasKeyDef_GetFieldNames() function to return the field names associated with a specified primary key.
 
      
    
Copyright © Cloud Software Group, Inc. All rights reserved.