|
Hi
When I add a column to a typed DataSet's table in the DataSet designer and this column has an expression as set, as well as it's marked as ReadOnly the generated method to add a row to the table (Add....Row) includes the parameter for the expression column. I would like the method to be generated without a parameter for the expression column. Is there any property I must set for the expression column in the DataSet designer or is there some other solution?
|