다음을 통해 공유


IRelationalCommand.PopulateFrom(IRelationalCommandTemplate) 메서드

정의

제공된 commandTemplate에서 이 명령을 채웁니다.

public void PopulateFrom (Microsoft.EntityFrameworkCore.Storage.IRelationalCommandTemplate commandTemplate);
abstract member PopulateFrom : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandTemplate -> unit
Public Sub PopulateFrom (commandTemplate As IRelationalCommandTemplate)

매개 변수

commandTemplate
IRelationalCommandTemplate

명령 텍스트 및 매개 변수를 복사할 템플릿 명령입니다.

적용 대상