Quantcast
Channel: SQL Server Compact & SQLite Toolbox
Viewing all articles
Browse latest Browse all 2796

Created Unassigned: Data Context Class Capitalisation [11692]

$
0
0
Hi

I've recently changed the primary keys in all my tables to "id" in order for them to work with Azure Mobile Services.

When I generate the data context class for the phone, it generates..

```
<Global.System.Data.Linq.Mapping.ColumnAttribute(Name:="id", Storage:="_Id", AutoSync:=AutoSync.OnInsert, DbType:="Int NOT NULL IDENTITY", IsPrimaryKey:=true, IsDbGenerated:=true, UpdateCheck:=UpdateCheck.Never)> _
Public Property Id() As Integer
```

Is there any way to preserve the case of the original key ?

Viewing all articles
Browse latest Browse all 2796

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>