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

Method GetDataValue( )

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

The method GetDataValue( ) returns the value of the field with the index $index

Example:

Arguments

  • $index string - <p>the index of the field</p>

Returns

string the value of the field with the index $index