Not an Issue
Details
Details
Assignee
Unassigned
UnassignedReporter
Pawel Gorczynski
Pawel GorczynskiComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created October 9, 2009 at 2:35 AM
Updated October 22, 2009 at 5:11 PM
Resolved October 22, 2009 at 5:11 PM
(...)
[Id(Name = "Id", UnsavedValueObject = null)]
[Column(Name = "Id", NotNull = true, Unique = true)]
[Generator(Class = "native")]
public virtual long? Id { get; set; }
[Property(Length = 200)]
[Column(Name = "OsAkt")] //when this declaration is removed then <column name="Id/> for <id> will not be generated
public virtual string OsAkt { get; set; }
(...)