Skip to content

Commit

Permalink
Update example in light of #142 being fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenniak committed Oct 24, 2013
1 parent a887b29 commit 835471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/RethinkDb.Examples.ConsoleApp/Person.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Person
public static ITableQuery<Person> Table = Db.Table<Person>("people");

[DataMember(Name = "id", EmitDefaultValue = false)]
public string Id;
public Guid Id;

[DataMember]
public string Name;
Expand Down

0 comments on commit 835471e

Please sign in to comment.