EventLogProviderGetAllEvents Method |
Returns all records from the event log which meet specified criteria.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax public static DataSet GetAllEvents(
string where,
string orderBy,
int topN = 0,
string columns = null
)
Parameters
- where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
OrderBy SQL expression - topN (Optional)
- Type: SystemInt32
Specifies number of returned columns - columns (Optional)
- Type: SystemString
Columns to return
Return Value
Type:
DataSetSee Also