Share via


ProcedureOperation.BodySql Property

Definition

Gets the body of the stored procedure expressed in SQL.

public string BodySql { get; }
member this.BodySql : string
Public ReadOnly Property BodySql As String

Property Value

The body of the stored procedure expressed in SQL.

Applies to