Skip to content

Commit

Permalink
Fix Cursor dose not pass Fields to Cursor<Document>
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Jun 11, 2010
1 parent c6dca25 commit ff2f0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/MongoDB/Obsolete/Cursor.cs
Expand Up @@ -62,6 +62,7 @@ public long Id
/// <param name="fields">The fields.</param>
/// <returns></returns>
public ICursor Fields(Document fields){
_cursor.Fields(fields);
return this;
}

Expand Down

0 comments on commit ff2f0dd

Please sign in to comment.