Share via


DbBatchCommand.CommandText 属性

定义

获取或设置对数据源运行的文本命令。

public:
 abstract property System::String ^ CommandText { System::String ^ get(); void set(System::String ^ value); };
public abstract string CommandText { get; set; }
member this.CommandText : string with get, set
Public MustOverride Property CommandText As String

属性值

要执行的文本命令。 默认值为空字符串 ("")。

适用于