Method GetProfilingInfo
GetProfilingInfo(IMongoQuery)
Gets one or more documents from the system.profile collection.
public MongoCursor<SystemProfileInfo> GetProfilingInfo(IMongoQuery query)
Parameters
query
IMongoQueryA query to select which documents to return.
Returns
- MongoCursor<SystemProfileInfo>
A cursor.