cPrimaryKey::AsSQLDeleteCode() - rstoetter/libsqlphp GitHub Wiki

Method AsSQLDeleteCode( )

 public   string rstoetter\libsqlphp\cPrimaryKey::AsSQLDeleteCode()

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 as %s The values are surrounded by "

Example:

Returns

string the SQL DELETE statement fitting for the managed primary key

See also