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

屬性值

要執行的文字命令。 預設值為空字串 ("")。

適用於