ObjectQuery.CommandText 属性

定义

返回查询的命令文本。

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

属性值

一个 string 值。

适用于