Adding a field to a CDT that is not in the associated database table

I have a CDT that is linked to a database table that I want to add a field to which isn't in the underlying table. I've tried not specifying @column, but it looks like the CDT still tries to match it to the associated database table.

Is there a way to do this?

I only need the field for in-process operations, so I didn't want to clutter the underlying table with a column that wouldn't be used.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data