CSMongo.Results.ProfileResult.ProfileResult C# (CSharp) Method

ProfileResult() public method

Returns information about the profile level for this database
public ProfileResult ( BsonObject document ) : System
document BsonObject
return System
        public ProfileResult(BsonObject document)
            : base(document)
        {
        }
ProfileResult