Share via


IRelationalCommand.PopulateFrom(IRelationalCommandTemplate) Method

Definition

Populates this command from the provided commandTemplate.

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

Parameters

commandTemplate
IRelationalCommandTemplate

A template command from which the command text and parameters will be copied.

Applies to