You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Public Methods
Method | Description |
---|
| Get all of the BoundAttachments of this trigger. |
| Sets the Text (SQL) for the Trigger. Returns the validation error message or none if validated succesfully. PARAMETERS: NewText (String). RETURN DATATYPE: String. |
| Returns a collection of user comments associated with this trigger. |
Public Properties
Property | Description |
---|
| Trigger action. Valid values are: 'INSERT', 'UPDATE', and/or 'DELETE' (in a coma-separated string). DATATYPE: String. |
| Description of the trigger. DATATYPE: String. |
| GUID of the trigger as assigned by ER/Studio. Each trigger has a unique GUID. DATATYPE: String. |
| ID of the trigger as assigned by ER/Studio. Each trigger in a diagram has a unique ID. DATATYPE: Integer. |
| Name of the trigger. DATATYPE: String. |
| Body text of the trigger. DATATYPE: String. |
| Type of the trigger. Valid values are: SQL = 0, BASIC = 1, SYSTEM = 2. DATATYPE: Integer. |