cPrimaryKeyData::GetDataValue() - rstoetter/libsqlphp GitHub Wiki
Method GetDataValue( )
public string rstoetter\libsqlphp\cPrimaryKeyData::GetDataValue(string $index)
- Namespace : rstoetter\libsqlphp
- Class name: cPrimaryKeyData
- This method is defined by rstoetter\libsqlphp\cPrimaryKeyData
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