Page History
...
Public Properties
Properties | Description |
---|---|
Description of the stored procedure. DATATYPE: String. | |
GUID of the stored procedure as assigned by ER/Studio. Each stored procedure has a unique GUID. DATATYPE: String. | |
ID of the stored procedure as assigned by ER/Studio. Each stored procedure in a diagram has a unique ID. DATATYPE: Integer. | |
Name of the stored procedure. DATATYPE: String. | |
Owner of the stored procedure. DATATYPE: String. | |
Body text (SQL) of the stored procedure. DATATYPE: String. | |
Type of the stored procedure. Valid values are: 0 = SQL Procedure, 1 = SQL Function, 2 = Basic Procedure, 3 = Basic Function. DATATYPE: Integer. |
...