Closed GoogleCodeExporter closed 9 years ago
Original comment by daniele....@gmail.com
on 22 Nov 2011 at 5:29
Hi daniele
Why've used the Attribute?
For example:
[Version]
[Column('ObjVersion', 'integer')]
property ObjVersion: Int64 read FObjVersion write FObjVersion;
or
[Version]
[Column('ObjVersion', 'uniqueidentifier')]
property ObjVersion: string read FObjVersion write FObjVersion;
Original comment by islam.samani
on 27 May 2013 at 11:09
For only one reason, "Convention Over Configuration".
Can be less flexyble, but not is more effective.
However, we can change the implementation simply.
Original comment by daniele....@gmail.com
on 10 Nov 2013 at 6:13
Original comment by daniele....@gmail.com
on 10 Nov 2013 at 6:13
Original issue reported on code.google.com by
magn...@gmail.com
on 19 Nov 2011 at 2:26