This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello I have a table with a column name that is 4Dim. C# has a problem with the number. I can go in and rename the column but when the LightSpeed Model regenerates it erases my fix. Is there a way to get the designer to generate this properly? Thanks in advance |
|
|
Don't edit the code-behind: you can fix up the column mapping directly in the designer. Here's how. Click on the property in the designer and go to the Properties window. In the Name box, change it to something that is acceptable to C# (e.g. FourDim). In the Column Name box, enter the actual name of the database column (4Dim). LightSpeed will then generate code to map the FourDim property to the 4Dim column. |
|
|
Worked great thanks. |
|