共用方式為


RawSqlCommand 類別

定義

表示要針對關係資料庫執行的原始 SQL 命令。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

public class RawSqlCommand
type RawSqlCommand = class
Public Class RawSqlCommand
繼承
RawSqlCommand

備註

如需詳細資訊 和範例,請參閱資料庫提供者和延伸模組的實作

建構函式

RawSqlCommand(IRelationalCommand, IReadOnlyDictionary<String,Object>)

初始化 RawSqlCommand 類別的新執行個體。

屬性

ParameterValues

取得要指派給參數的值。

RelationalCommand

取得要執行的命令。

適用於