maxtoroq / DbExtensions

Data-access framework with a strong focus on query composition, granularity and code aesthetics.
https://maxtoroq.github.io/DbExtensions/
Apache License 2.0
227 stars 41 forks source link

Cannot use multipart identifier in Table annotation #37

Closed maxtoroq closed 8 years ago

maxtoroq commented 9 years ago

e.g.

[Table(Name="[Sales].[SalesOrderHeader]")]
public class SalesOrderHeader { }

SqlCommandBuilder does not check if identifier is already quoted.