create my own property with the Entity Developer
Posted: Fri 15 May 2009 09:50
Hi,
how can i create my own property with the Entity Developer and LinqToSql which is
not binding on a table column.?
I added my own property with the Entity Developer with empty [Source] and [Server Data Type] because the property is not binded on a table column.
When i start my progam i become an exception ("invalid datatype").
I remove the Column attribute of my property and it works but when i open the Entity Developer than he added the Column attribute to my property again. ;(
I need my own property for this issue:
-> when the [price] or [quantity] changed
...then i calculate the [LinePrice] (own Property).
Can everyone help me?
Thanks & Ciao,
Marcus
how can i create my own property with the Entity Developer and LinqToSql which is
not binding on a table column.?
I added my own property with the Entity Developer with empty [Source] and [Server Data Type] because the property is not binded on a table column.
When i start my progam i become an exception ("invalid datatype").
I remove the Column attribute of my property and it works but when i open the Entity Developer than he added the Column attribute to my property again. ;(
I need my own property for this issue:
-> when the [price] or [quantity] changed
...then i calculate the [LinePrice] (own Property).
Can everyone help me?
Thanks & Ciao,
Marcus