Table of Contents

Class DbMetaProcedure

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Represents metadata for a database stored procedure or function.

public class DbMetaProcedure : DbMetaObject
Inheritance
DbMetaProcedure
Inherited Members
Extension Methods

Properties

DisplayText

Gets a descriptive, formatted string representation of the procedure metadata.

public override string DisplayText { get; }

Property Value

string

ProcedureType

Gets or sets the execution module type (e.g., procedure vs function).

public string ProcedureType { get; set; }

Property Value

string