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>

명령이 실행하는 데 걸린 시간(완료된 경우)입니다.

적용 대상