SprocName Type
Represents the name of a stored procedure, including schema and package information. Handles different database naming conventions (e.g., Oracle packages, SQL Server schemas).
Record fields
Record Field | Description |
Full Usage:
Owner
Field type: string
|
|
Full Usage:
PackageName
Field type: string
|
|
Full Usage:
ProcName
Field type: string
|
|
Instance members
Instance member | Description |
Full Usage:
this.DbName
Returns: string
|
|
Full Usage:
this.FriendlyName
Returns: string
|
|
Full Usage:
this.FullName
Returns: string
|
|
Full Usage:
this.ToList
Returns: string list
|
|