IRelationalConnection.RentCommand 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
租用可使用此連線執行的關聯式命令。
public Microsoft.EntityFrameworkCore.Storage.IRelationalCommand RentCommand ();
abstract member RentCommand : unit -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommand
Public Function RentCommand () As IRelationalCommand
傳回
可透過此連線執行的關聯式命令。