Class DbMetaProcedure
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
ProcedureType
Gets or sets the execution module type (e.g., procedure vs function).
public string ProcedureType { get; set; }