RelationalCommandParameterObject Struct
Definition
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 parameter object for the execution methods on RelationalCommand.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct RelationalCommandParameterObject
public readonly struct RelationalCommandParameterObject
[<System.Runtime.CompilerServices.IsReadOnly>]
type RelationalCommandParameterObject = struct
type RelationalCommandParameterObject = struct
Public Structure RelationalCommandParameterObject
- Inheritance
-
RelationalCommandParameterObject
- Attributes
Remarks
See Implementation of database providers and extensions for more information and examples.
Constructors
Properties
CommandSource |
Source of the command. |
Connection |
The connection on which the command will execute. |
Context |
The current DbContext instance, or |
DetailedErrorsEnabled |
A value indicating if detailed errors are enabled. |
Logger |
A logger, or |
ParameterValues |
The SQL parameter values to use, or |
ReaderColumns |
The expected columns if the reader needs to be buffered, or |
Applies to
Entity Framework