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

반환

이 연결로 실행할 수 있는 관계형 명령입니다.

구현

적용 대상