OidColumnAttribute should generate mapping information for Oid's

Number:684
Tracker:Change Request
Author:Mirko Matytschak
Version:NDO 4.0
Assigned to: Mirko Matytschak
Status: Neu

A remap should be implemented, which works like the remap using the ColumnAttribute. It should be possible to generate mapping Information for Oids:

[OidColumn(type=typeof(Guid))]
[NDOPersistent]
public class Person
{...}

or

[OidColumn(name="Mandator")]
[OidColumn(name="ID")]
[NDOPersistent]
public class Person
{...}


Mirko Matytschak - 06.04.2016 12:37:13

Description changed


Mirko Matytschak - 06.04.2016 12:37:32

Version = NDO 4.0


Mirko Matytschak - 06.04.2016 12:38:31

Subject = OidColumnAttribute should generate mapping information for Oid's

<<  previous   next  >>
Back to the Overview