Returns the last number of requests from the log into a DataTable.
public static DataTable RetrieveLogTable(String ConnectionString, Int32 LastRecordCountToReturn)
Return Value
DataTable
Parameters
ConnectionString
LastRecordCountToReturn
Tells how many of the last log entries to return at a maximum.
Overloads:
public static DataTable RetrieveLogTable(String ConnectionString)
public static DataTable RetrieveLogTable(String ConnectionString, DateTime RetrievalStartDate)
See also:
Class WebRequestLog Table |© West Wind Technologies, 1996-2018 • Updated: 12/23/03
Comment or report problem with topic