MongoDB.Driver.Collection.Find C# (CSharp) Метод

Find() публичный Метод

public Find ( Document spec ) : ICursor
spec Document
Результат ICursor
        public ICursor Find(Document spec)
        {
            return this.Find(spec, 0, 0, null);
        }

Same methods

Collection::Find ( Document spec, int limit, int skip ) : ICursor
Collection::Find ( Document spec, int limit, int skip, Document fields ) : ICursor
Collection::Find ( String where ) : ICursor