LINQ in Action roller

OR-Mapping (DLinq_Overview_for_CSharp_Developers 7.1.1)

Hi, I have a Question about the Mapping how is descriped in 7.1.1 in the DLinq_Overview... Document. I made a class for the Mapping to a DB that looks so: [Table] [InheritanceMapping(Code = "I", Type = typeof(ICQ))] [InheritanceMapping(Code = "P", Type = typeof(Person), IsDefault=true)] public class Person { [Column(IsDiscriminator = true)] public string DiscKey; [Column(Id=true, AutoGen=true)] public int PID; [Column] public string Name; [Column] public string Vorname; } public Read More...
Published Friday, February 16, 2007 1:44 PM by MSDN Forums: LINQ Project General
Anonymous comments are disabled

Featured Item

This Blog

Sponsoring

Syndication