Skip to content

Instantly share code, notes, and snippets.

@lanekatris
Created August 7, 2015 01:44
Show Gist options
  • Select an option

  • Save lanekatris/d6bff8ef6c4989cc56a7 to your computer and use it in GitHub Desktop.

Select an option

Save lanekatris/d6bff8ef6c4989cc56a7 to your computer and use it in GitHub Desktop.
public class Item
{
public ObjectId Id { get; set; }
public string Sku { get; set; }
[BsonDateTimeOptions(Representation = BsonType.Document)]
public DateTime DateCreated { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment