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

Out() 공개 메소드

Specifies how to handle the final collection of results
public Out ( Document @out ) : MapReduce
@out Document
리턴 MapReduce
        public MapReduce Out(Document @out)
        {
            TryModify();
            Command.OutCollection = @out;
            return this;
        }

Same methods

MapReduce::Out ( String name ) : MapReduce