|
|
Browse by Tags
All Tags » reserved words
-
I am using the ''Generated Classes Master (VB.NET)'' template (ES 1.5.3) against a SqlServer 2000 database that uses VB.Net reserved words (eg Shared, Error, Operator, etc) as column names. Here's an example of a database table:
Code:
CREATE TABLE dbo.DocumentXRef
(
DocID int NOT NULL,
DocTrackID int NOT NULL,
...
|
|
|