C# 클래스 Nzr.Orm.Core.Dao

Partial class Dao. Contains all methods related to select operations.
파일 보기 프로젝트 열기: marionzr/Nzr.Orm

공개 메소드들

메소드 설명
LogCritical ( EventId eventId, Exception exception, string message ) : void

Formats and writes a critical log message.

LogCritical ( EventId eventId, string message ) : void

Formats and writes a critical log message.

LogCritical ( Exception exception, string message ) : void

Formats and writes a critical log message.

LogCritical ( string message ) : void

Formats and writes a critical log message.

LogDebug ( EventId eventId, Exception exception, string message ) : void

Formats and writes a debug log message.

LogDebug ( EventId eventId, string message ) : void

Formats and writes a debug log message.

LogDebug ( Exception exception, string message ) : void

Formats and writes a debug log message.

LogDebug ( string message ) : void

Formats and writes a debug log message.

LogError ( EventId eventId, Exception exception, string message ) : void

Formats and writes an error log message.

LogError ( EventId eventId, string message ) : void

Formats and writes an error log message.

LogError ( Exception exception, string message ) : void

Formats and writes an error log message.

LogError ( string message ) : void

Formats and writes an error log message.

LogInformation ( EventId eventId, Exception exception, string message ) : void

Formats and writes an informational log message.

LogInformation ( EventId eventId, string message ) : void

Formats and writes an informational log message.

LogInformation ( Exception exception, string message ) : void

Formats and writes an informational log message.

LogInformation ( string message ) : void

Formats and writes an informational log message.

LogTrace ( EventId eventId, Exception exception, string message ) : void

Formats and writes a trace log message.

LogTrace ( EventId eventId, string message ) : void

Formats and writes a trace log message.

LogTrace ( Exception exception, string message ) : void

Formats and writes a trace log message.

LogTrace ( string message ) : void

Formats and writes a trace log message.

LogWarning ( EventId eventId, Exception exception, string message ) : void

Formats and writes a warning log message.

LogWarning ( EventId eventId, string message ) : void

Formats and writes a warning log message.

LogWarning ( Exception exception, string message ) : void

Formats and writes a warning log message.

LogWarning ( string message ) : void

Formats and writes a warning log message.

비공개 메소드들

메소드 설명
LogError ( Exception e, string sql, Parameters parameters ) : void
LogOperation ( string sql, Parameters parameters ) : void
LogOperation ( string sql, Parameters parameters, IList results ) : void
LogOperation ( string sql, Parameters parameters, dynamic result ) : void

메소드 상세

LogCritical() 공개 메소드

Formats and writes a critical log message.
public LogCritical ( EventId eventId, Exception exception, string message ) : void
eventId EventId The event id associated with the log.
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogCritical() 공개 메소드

Formats and writes a critical log message.
public LogCritical ( EventId eventId, string message ) : void
eventId EventId The event id associated with the log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogCritical() 공개 메소드

Formats and writes a critical log message.
public LogCritical ( Exception exception, string message ) : void
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogCritical() 공개 메소드

Formats and writes a critical log message.
public LogCritical ( string message ) : void
message string Format string of the log message in message template format. Example: "User {User}logged in from {Address}"
리턴 void

LogDebug() 공개 메소드

Formats and writes a debug log message.
public LogDebug ( EventId eventId, Exception exception, string message ) : void
eventId EventId The event id associated with the log.
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogDebug() 공개 메소드

Formats and writes a debug log message.
public LogDebug ( EventId eventId, string message ) : void
eventId EventId The event id associated with the log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogDebug() 공개 메소드

Formats and writes a debug log message.
public LogDebug ( Exception exception, string message ) : void
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogDebug() 공개 메소드

Formats and writes a debug log message.
public LogDebug ( string message ) : void
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogError() 공개 메소드

Formats and writes an error log message.
public LogError ( EventId eventId, Exception exception, string message ) : void
eventId EventId The event id associated with the log.
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogError() 공개 메소드

Formats and writes an error log message.
public LogError ( EventId eventId, string message ) : void
eventId EventId The event id associated with the log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogError() 공개 메소드

Formats and writes an error log message.
public LogError ( Exception exception, string message ) : void
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogError() 공개 메소드

Formats and writes an error log message.
public LogError ( string message ) : void
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogInformation() 공개 메소드

Formats and writes an informational log message.
public LogInformation ( EventId eventId, Exception exception, string message ) : void
eventId EventId The event id associated with the log.
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogInformation() 공개 메소드

Formats and writes an informational log message.
public LogInformation ( EventId eventId, string message ) : void
eventId EventId The event id associated with the log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogInformation() 공개 메소드

Formats and writes an informational log message.
public LogInformation ( Exception exception, string message ) : void
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogInformation() 공개 메소드

Formats and writes an informational log message.
public LogInformation ( string message ) : void
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogTrace() 공개 메소드

Formats and writes a trace log message.
public LogTrace ( EventId eventId, Exception exception, string message ) : void
eventId EventId The event id associated with the log.
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogTrace() 공개 메소드

Formats and writes a trace log message.
public LogTrace ( EventId eventId, string message ) : void
eventId EventId The event id associated with the log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogTrace() 공개 메소드

Formats and writes a trace log message.
public LogTrace ( Exception exception, string message ) : void
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogTrace() 공개 메소드

Formats and writes a trace log message.
public LogTrace ( string message ) : void
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogWarning() 공개 메소드

Formats and writes a warning log message.
public LogWarning ( EventId eventId, Exception exception, string message ) : void
eventId EventId The event id associated with the log.
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogWarning() 공개 메소드

Formats and writes a warning log message.
public LogWarning ( EventId eventId, string message ) : void
eventId EventId The event id associated with the log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogWarning() 공개 메소드

Formats and writes a warning log message.
public LogWarning ( Exception exception, string message ) : void
exception Exception The exception to log.
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void

LogWarning() 공개 메소드

Formats and writes a warning log message.
public LogWarning ( string message ) : void
message string Format string of the log message in message template format. Example: logged in from {Address}".
리턴 void