Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Public Properties

PropertiesDescription

 Description

Description of the stored procedure. DATATYPE: String.

 GUID

GUID of the stored procedure as assigned by ER/Studio. Each stored procedure has a unique GUID. DATATYPE: String.

 ID

ID of the stored procedure as assigned by ER/Studio. Each stored procedure in a diagram has a unique ID. DATATYPE: Integer.

 Name

Name of the stored procedure. DATATYPE: String.

 Owner

Owner of the stored procedure. DATATYPE: String.

 Text

Body text (SQL) of the stored procedure. DATATYPE: String.

 Type

Type of the stored procedure. Valid values are: 0 = SQL Procedure, 1 = SQL Function, 2 = Basic Procedure, 3 = Basic Function. DATATYPE: Integer.

...