cPrimaryKey::ScanValuesFrom() - rstoetter/libsqlphp GitHub Wiki
Method ScanValuesFrom( )
public mixed rstoetter\libsqlphp\cPrimaryKey::ScanValuesFrom(\rstoetter\libsqlphp\cPrimaryKeyData $objPrimaryKeyData)
- Namespace : rstoetter\libsqlphp
- Class name: cPrimaryKey
- This method is defined by rstoetter\libsqlphp\cPrimaryKey
The method ScanValuesFrom( ) sets our values from the values of an object of type cPrimaryKeyData
Example:
Arguments
- $objPrimaryKeyData rstoetter\libsqlphp\cPrimaryKeyData - <p>is the object to copy the values from</p>