append_constraint


Description:

[ Version ( since = "6.0" ) ]
public void append_constraint (string constr)

Adds global table constraint.

It will be added to the sql string by the provider implementation if it supports it. Usually, table constraint is very complex and the current method just append a list of constraints to the sql string.

Parameters:

this

a DbTable instance

constr

a constraint string to append