次の方法で共有


RelationalConnection.RentCommand メソッド

定義

この接続で実行できるリレーショナル コマンドをレンタルします。

public virtual Microsoft.EntityFrameworkCore.Storage.IRelationalCommand RentCommand ();
abstract member RentCommand : unit -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommand
override this.RentCommand : unit -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommand
Public Overridable Function RentCommand () As IRelationalCommand

戻り値

この接続で実行できるリレーショナル コマンド。

実装

適用対象