DbDataSource.CreateDbCommand(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳 DbCommand 回準備好針對 執行的 DbDataSource。
protected virtual System.Data.Common.DbCommand CreateDbCommand (string? commandText = default);
abstract member CreateDbCommand : string -> System.Data.Common.DbCommand
override this.CreateDbCommand : string -> System.Data.Common.DbCommand
Protected Overridable Function CreateDbCommand (Optional commandText As String = Nothing) As DbCommand
參數
傳回
DbCommand,可供針對 DbDataSource執行。
備註
此方法旨在透過實作 ADO.NET 提供者來覆寫,而不是使用者面向的 API。