Creates new instance of the DefaultConstraint class.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public DefaultConstraint( string name, Table table, TableColumn column, string expression ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ name As String, _ table As Table, _ column As TableColumn, _ expression As String _ ) |
Visual C++ |
---|
public: DefaultConstraint( String^ name, Table^ table, TableColumn^ column, String^ expression ) |
Parameters
- name
- Type: System..::.String
- table
- Type: PerpetuumSoft.DataModel.MsSql..::.Table
- column
- Type: PerpetuumSoft.DataModel.MsSql..::.TableColumn
- expression
- Type: System..::.String