RawSqlCommand Class

Definition

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