Suppose I have a .NET Entity Framework model class:
public class Foo { public int FooId { get; set; } public string Description { get; set; } public