Public Methods
Method | Description |
---|---|
Creates a new TableCheckConstraint in the collection, and then returns the pointer. PARAMETERS: Name (String), Text (String). | |
Deletes a Table-level Check Constraint object specified by the given Identifier. PARAMETERS: Identifier (String or Integer). |
Public Properties
Property | Description |
---|---|
Returns a TableCheckConstraint object specified by the given Identifier. PARAMETERS: Identifier (String or Integer). | |
Number of Table-level Check Constraint objects in the collection. DATATYPE: Integer. | |
Returns a TableCheckConstraint object specified by the given Identifier. PARAMETERS: Identifier (String or Integer). |
See Also