C# 클래스 Elmah.SqlErrorLog.Commands

파일 보기 프로젝트 열기: elmah/Elmah

공개 메소드들

메소드 설명
GetErrorXml ( string appName, System.Guid id ) : SqlCommand
GetErrorsXml ( string appName, int pageIndex, int pageSize ) : SqlCommand
GetErrorsXmlOutputs ( SqlCommand command, int &totalCount ) : void
LogError ( System.Guid id, string appName, string hostName, string typeName, string source, string message, string user, int statusCode, System.DateTime time, string xml ) : SqlCommand

메소드 상세

GetErrorXml() 공개 정적인 메소드

public static GetErrorXml ( string appName, System.Guid id ) : SqlCommand
appName string
id System.Guid
리턴 System.Data.SqlClient.SqlCommand

GetErrorsXml() 공개 정적인 메소드

public static GetErrorsXml ( string appName, int pageIndex, int pageSize ) : SqlCommand
appName string
pageIndex int
pageSize int
리턴 System.Data.SqlClient.SqlCommand

GetErrorsXmlOutputs() 공개 정적인 메소드

public static GetErrorsXmlOutputs ( SqlCommand command, int &totalCount ) : void
command System.Data.SqlClient.SqlCommand
totalCount int
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( System.Guid id, string appName, string hostName, string typeName, string source, string message, string user, int statusCode, System.DateTime time, string xml ) : SqlCommand
id System.Guid
appName string
hostName string
typeName string
source string
message string
user string
statusCode int
time System.DateTime
xml string
리턴 System.Data.SqlClient.SqlCommand