共用方式為


DbCommandLogData 建構函式

定義

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

public DbCommandLogData (string commandText, System.Data.CommandType commandType, int commandTimeout, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.DbParameterLogData> parameters, long? elapsedMilliseconds);
new Microsoft.EntityFrameworkCore.Storage.DbCommandLogData : string * System.Data.CommandType * int * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.DbParameterLogData> * Nullable<int64> -> Microsoft.EntityFrameworkCore.Storage.DbCommandLogData
Public Sub New (commandText As String, commandType As CommandType, commandTimeout As Integer, parameters As IReadOnlyList(Of DbParameterLogData), elapsedMilliseconds As Nullable(Of Long))

參數

commandText
String

正在執行的命令文字。

commandType
CommandType

正在執行的命令類型。

commandTimeout
Int32

針對 命令設定的逾時。

parameters
IReadOnlyList<DbParameterLogData>

命令的參數。

elapsedMilliseconds
Nullable<Int64>

如果命令已完成) ,則執行 (所花費的毫秒數。

適用於