ProcedureOperation.BodySql 属性

定义

获取用 SQL 表示的存储过程的主体。

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

属性值

用 SQL 表示的存储过程的主体。

适用于