Initializes a new instance of the CheckConstraint class.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public CheckConstraint(
	string name,
	Table table,
	string expression
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	table As Table, _
	expression As String _
)
Visual C++
public:
CheckConstraint(
	String^ name, 
	Table^ table, 
	String^ expression
)

Parameters

name
Type: System..::.String
table
Type: PerpetuumSoft.DataModel.MsSql..::.Table
expression
Type: System..::.String

See Also