Table of Contents

Method Size

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Size()

Returns the size of the result set (honors Skip and Limit, unlike Count which does not).

public virtual long Size()

Returns

long

The size of the result set.