Entity Framework 4 How to find the primary key?

Posted by runxc1 Bret Ferrier on Stack Overflow See other posts from Stack Overflow or by runxc1 Bret Ferrier
Published on 2010-06-02T15:00:33Z Indexed on 2010/06/02 15:04 UTC
Read the original article Hit count: 295

Filed under:
|
|
|

I am trying to create a generic method using EF4 to find the primary key of an object.

example

public string GetPrimaryKey() { .... }

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET