MongoDB.MapReduce.Scope C# (CSharp) 메소드

Scope() 공개 메소드

Document where fields go into javascript global scope
public Scope ( Document scope ) : MapReduce
scope Document
리턴 MapReduce
        public MapReduce Scope(Document scope)
        {
            TryModify();
            Command.Scope = scope;
            return this;
        }