共用方式為


EdmFunction.CommandTextAttribute 屬性

定義

取得以資料庫管理系統或儲存體模型使用之語言所撰寫的查詢。

public:
 property System::String ^ CommandTextAttribute { System::String ^ get(); };
public string CommandTextAttribute { get; }
member this.CommandTextAttribute : string
Public ReadOnly Property CommandTextAttribute As String

屬性值

由資料庫管理系統或儲存體模型使用之語法所撰寫的字串值,其中包含 EdmFunction 的查詢或更新陳述式。

適用於