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 的查询或更新语句。

适用于