cPrimaryKey::AsSQLDeleteStatement() - rstoetter/libsqlphp GitHub Wiki
Method AsSQLDeleteStatement( )
public string rstoetter\libsqlphp\cPrimaryKey::AsSQLDeleteStatement()
- Namespace : rstoetter\libsqlphp
- Class name: cPrimaryKey
- This method is defined by rstoetter\libsqlphp\cPrimaryKey
The method AsSQLDeleteStatement( ) returns a SQL DELETE statement fitting for the managed primary key, which reflects the keys of the primary key and the values The values are surrounded by "
Example:
Returns
string the SQL DELETE statement fitting for the managed primary key