Sdílet prostřednictvím


RelationalCommand Konstruktor

Definice

Vytvoří nový RelationalCommand.

Tento typ obvykle používají poskytovatelé databází (a další rozšíření). Obvykle se nepoužívá v kódu aplikace.

public RelationalCommand (Microsoft.EntityFrameworkCore.Storage.RelationalCommandBuilderDependencies dependencies, string commandText, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.IRelationalParameter> parameters);
new Microsoft.EntityFrameworkCore.Storage.RelationalCommand : Microsoft.EntityFrameworkCore.Storage.RelationalCommandBuilderDependencies * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.IRelationalParameter> -> Microsoft.EntityFrameworkCore.Storage.RelationalCommand
Public Sub New (dependencies As RelationalCommandBuilderDependencies, commandText As String, parameters As IReadOnlyList(Of IRelationalParameter))

Parametry

dependencies
RelationalCommandBuilderDependencies

Závislosti služeb.

commandText
String

Text příkazu, který má být proveden.

parameters
IReadOnlyList<IRelationalParameter>

Parametry příkazu

Platí pro