I've searched the world over and can't seem to find the answer to this.
How do I do this in C#:
// retrieve ssn field for documents where last_name == 'Smith':
db.users.find({last_name: 'Smith'}, {'ssn': 1});
Thanks!
I've searched the world over and can't seem to find the answer to this.
How do I do this in C#:
// retrieve ssn field for documents where last_name == 'Smith':
db.users.find({last_name: 'Smith'}, {'ssn': 1});
Thanks!