cPrimaryKeyData::GetFieldName() - rstoetter/libsqlphp GitHub Wiki

Method GetFieldName( )

 public   string rstoetter\libsqlphp\cPrimaryKeyData::GetFieldName(string $index)

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