RawSqlCommand Class
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.
Represents a raw SQL 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 class RawSqlCommand
type RawSqlCommand = class
Public Class RawSqlCommand
- Inheritance
-
RawSqlCommand
Remarks
See Implementation of database providers and extensions for more information and examples.
Constructors
RawSqlCommand(IRelationalCommand, IReadOnlyDictionary<String,Object>) |
Initializes a new instance of the RawSqlCommand class. |
Properties
ParameterValues |
Gets the values to be assigned to parameters. |
RelationalCommand |
Gets the command to be executed. |
Applies to
Entity Framework