cPrimaryKeyData::GetFieldName() - rstoetter/libsqlphp GitHub Wiki
Method GetFieldName( )
public string rstoetter\libsqlphp\cPrimaryKeyData::GetFieldName(string $index)
- Namespace : rstoetter\libsqlphp
- Class name: cPrimaryKeyData
- This method is defined by rstoetter\libsqlphp\cPrimaryKeyData
The method GetFieldName( ) returns the name of the field with the index $index
Example:
Arguments
- $index string - <p>the index of the field</p>
Returns
string the name of the field with the index $index