I am using linq to SQL , I have two problems.
this is a snap shot from my DBML file 
first one :- in WorkflowInstance table when i call WFTypeID property or any relationship its give me the int? field not the object , not like in ApplicationForm table its working fine. i check the designer.cs file , its keep defining them System.Data.Linq.Mapping.ColumnAttribute not System.Data.Linq.Mapping.AssociationAttribute any idea why this is happening to some tables and some not ?!
second issue :- some tables have 1:N relations and some 1:1 relation. all tables displaying the relationship as EntityRef or EntitySet. why its not giving me a single object. or this is a normal behavior ?!
