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的数据库管理系统或存储模型使用的语法中的字符串值。

适用于