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 のクエリまたは更新ステートメントを含んでいる文字列値。データベース管理システムまたはストレージ モデルによって使用される構文で表されます。

適用対象