Skip to content

Instantly share code, notes, and snippets.

@ODataTeam
Last active August 29, 2015 14:05
Show Gist options
  • Save ODataTeam/4647f153fca31c643ca6 to your computer and use it in GitHub Desktop.
Save ODataTeam/4647f153fca31c643ca6 to your computer and use it in GitHub Desktop.
EFSample
public partial class ShipInfo
{
public string ShipName { get; set; }
public string ShipAddress { get; set; }
public string ShipCity { get; set; }
public string ShipRegion { get; set; }
public string ShipPostalCode { get; set; }
public string ShipCountry { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment