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

Method AsSQLDeleteStatement( )

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

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

See also