CSMongo.Results.ProfileResult.ProfileResult C# (CSharp) 메소드

ProfileResult() 공개 메소드

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