Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
WeenyMapper
Logging
SqlCommandLoggerBase
C# 클래스 WeenyMapper.Logging.SqlCommandLoggerBase
상속:
ISqlCommandLogger
파일 보기
프로젝트 열기: erikojebo/WeenyMapper
공개 메소드들
메소드
설명
Log
(
DbCommand
command
) :
void
보호된 메소드들
메소드
설명
OutputLogEntry
(
string
logEntry
) :
void
비공개 메소드들
메소드
설명
AppendParameterValues
(
DbCommand
command
,
string
logEntry
) :
string
Stringify
(
DbParameter
parameter
) :
string
메소드 상세
Log()
공개
메소드
public
Log
(
DbCommand
command
) :
void
command
System.Data.Common.DbCommand
리턴
void
OutputLogEntry()
보호된
추상적인
메소드
protected
abstract
OutputLogEntry
(
string
logEntry
) :
void
logEntry
string
리턴
void