IRelationalCommand Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A command to be executed against a relational database.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public interface IRelationalCommand
public interface IRelationalCommand : Microsoft.EntityFrameworkCore.Storage.IRelationalCommandTemplate
type IRelationalCommand = interface
type IRelationalCommand = interface
interface IRelationalCommandTemplate
Public Interface IRelationalCommand
Public Interface IRelationalCommand
Implements IRelationalCommandTemplate
- Derived
- Implements
See Implementation of database providers and extensions for more information and examples.
Command |
Gets the command text to be executed. |
Parameters |
Gets the parameters for the command. |
Execute |
Executes the command with no results. |
Execute |
Asynchronously executes the command with no results. |
Execute |
Executes the command with a RelationalDataReader result. |
Execute |
Asynchronously executes the command with a RelationalDataReader result. |
Execute |
Executes the command with a single scalar result. |
Execute |
Asynchronously executes the command with a single scalar result. |
Product | Versions |
---|---|
Entity Framework Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: