C# Class Elmah.SqlErrorLog.Commands

Afficher le fichier Open project: elmah/Elmah

Méthodes publiques

Méthode Description
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

Method Details

GetErrorXml() public static méthode

public static GetErrorXml ( string appName, System.Guid id ) : SqlCommand
appName string
id System.Guid
Résultat System.Data.SqlClient.SqlCommand

GetErrorsXml() public static méthode

public static GetErrorsXml ( string appName, int pageIndex, int pageSize ) : SqlCommand
appName string
pageIndex int
pageSize int
Résultat System.Data.SqlClient.SqlCommand

GetErrorsXmlOutputs() public static méthode

public static GetErrorsXmlOutputs ( SqlCommand command, int &totalCount ) : void
command System.Data.SqlClient.SqlCommand
totalCount int
Résultat void

LogError() public static méthode

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
Résultat System.Data.SqlClient.SqlCommand