Returns all records from the event log which meet specified criteria.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- where
- Type: System String
Where condition
- orderBy
- Type: System String
OrderBy SQL expression
- topN (Optional)
- Type: System Int32
Specifies number of returned columns
- columns (Optional)
- Type: System String
Columns to return
Return Value
Type: DataSetSee Also