CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of CRUD
C#
[OperationContract]
public Contact SaveContact(Contact entity)
{
    bool _IsDeleted = false;
 
    string _EntitySetName;
    _EntitySetName = "Contacts";
 
    using (CometEntities _Context = new CometEntities())
    {
by Jerry Nixon   June 30, 2010 @ 10:33pm
Tags: EF4, WCF, CRUD
1189 Views
1 comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate