RelationalCommand Konstruktor

Definicja

Tworzy nowy RelationalCommandelement .

Ten typ jest zwykle używany przez dostawców baz danych (i innych rozszerzeń). Zwykle nie jest używany w kodzie aplikacji.

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

Zależności usług.

commandText
String

Tekst polecenia do wykonania.

parameters
IReadOnlyList<IRelationalParameter>

Parametry polecenia .

Dotyczy