Click here to Skip to main content
15,868,141 members
Home / Discussions / C#
   

C#

 
GeneralRe: Mapping a class to a table that has two primary keys Pin
PIEBALDconsult17-Jul-14 18:29
mvePIEBALDconsult17-Jul-14 18:29 
GeneralRe: Mapping a class to a table that has two primary keys Pin
Member 128472118-Jul-14 3:07
Member 128472118-Jul-14 3:07 
GeneralRe: Mapping a class to a table that has two primary keys Pin
Eddy Vluggen18-Jul-14 3:27
professionalEddy Vluggen18-Jul-14 3:27 
AnswerRe: Mapping a class to a table that has two primary keys Pin
Karen Mitchelle17-Jul-14 19:31
professionalKaren Mitchelle17-Jul-14 19:31 
AnswerRe: Mapping a class to a table that has two primary keys Pin
Bernhard Hiller17-Jul-14 21:07
Bernhard Hiller17-Jul-14 21:07 
GeneralRe: Mapping a class to a table that has two primary keys Pin
Member 128472118-Jul-14 3:04
Member 128472118-Jul-14 3:04 
GeneralRe: Mapping a class to a table that has two primary keys Pin
Rob Philpott18-Jul-14 4:27
Rob Philpott18-Jul-14 4:27 
GeneralRe: Mapping a class to a table that has two primary keys Pin
Member 128472118-Jul-14 4:37
Member 128472118-Jul-14 4:37 
Thanks, can you provide a simple code? Thanks

public class Region
{

// what I should define here
public int RegionID {get;set;}

// then what I should define here
public int DistrictID {get;set;}
}
GeneralRe: Mapping a class to a table that has two primary keys Pin
Rob Philpott18-Jul-14 4:49
Rob Philpott18-Jul-14 4:49 
GeneralRe: Mapping a class to a table that has two primary keys Pin
Eddy Vluggen18-Jul-14 5:13
professionalEddy Vluggen18-Jul-14 5:13 
GeneralRe: Mapping a class to a table that has two primary keys Pin
Member 128472118-Jul-14 6:37
Member 128472118-Jul-14 6:37 
GeneralRe: Mapping a class to a table that has two primary keys Pin
Eddy Vluggen18-Jul-14 6:46
professionalEddy Vluggen18-Jul-14 6:46 
GeneralRe: Mapping a class to a table that has two primary keys Pin
Member 128472118-Jul-14 7:20
Member 128472118-Jul-14 7:20 
GeneralRe: Mapping a class to a table that has two primary keys Pin
Eddy Vluggen18-Jul-14 7:26
professionalEddy Vluggen18-Jul-14 7:26 
QuestionMultiple cmd processes Pin
Member 1095341617-Jul-14 3:55
Member 1095341617-Jul-14 3:55 
AnswerRe: Multiple cmd processes Pin
OriginalGriff17-Jul-14 8:46
mveOriginalGriff17-Jul-14 8:46 
GeneralRe: Multiple cmd processes Pin
Member 1095341618-Jul-14 8:56
Member 1095341618-Jul-14 8:56 
QuestionWhat is state machine C# ? Pin
Tridip Bhattacharjee17-Jul-14 2:32
professionalTridip Bhattacharjee17-Jul-14 2:32 
AnswerRe: What is state machine C# ? Pin
OriginalGriff17-Jul-14 2:37
mveOriginalGriff17-Jul-14 2:37 
GeneralRe: What is state machine C# ? Pin
Pete O'Hanlon17-Jul-14 3:18
subeditorPete O'Hanlon17-Jul-14 3:18 
QuestionGoing Pass Limit of 64 bit Processor Pin
computerpublic17-Jul-14 2:30
computerpublic17-Jul-14 2:30 
AnswerRe: Going Pass Limit of 64 bit Processor Pin
Piotr Bagazja17-Jul-14 2:40
Piotr Bagazja17-Jul-14 2:40 
GeneralRe: Going Pass Limit of 64 bit Processor Pin
computerpublic17-Jul-14 2:55
computerpublic17-Jul-14 2:55 
GeneralRe: Going Pass Limit of 64 bit Processor Pin
Piotr Bagazja17-Jul-14 3:05
Piotr Bagazja17-Jul-14 3:05 
AnswerRe: Going Pass Limit of 64 bit Processor Pin
OriginalGriff17-Jul-14 2:41
mveOriginalGriff17-Jul-14 2:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.