Method | Description | |
---|---|---|
ErrorLogDataSourceAdapter ( ) : System.Collections.Generic |
Initializes a new instance of the ErrorLogDataSourceAdapter class with the default error log implementation.
|
|
GetErrorCount ( ) : int |
Use as the value for ObjectDataSource.SelectCountMethod.
|
|
GetErrors ( int startRowIndex, int maximumRows ) : Elmah.ErrorLogEntry[] |
Use as the value for ObjectDataSource.SelectMethod. The parameters of this method are named after the default values for ObjectDataSource.StartRowIndexParameterName and ObjectDataSource.MaximumRowsParameterName so that the minimum markup is needed for the object data source control. |
Method | Description | |
---|---|---|
GetErrorsPage ( int index, int size ) : Elmah.ErrorLogEntry[] |
public ErrorLogDataSourceAdapter ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public GetErrors ( int startRowIndex, int maximumRows ) : Elmah.ErrorLogEntry[] | ||
startRowIndex | int | |
maximumRows | int | |
return | Elmah.ErrorLogEntry[] |