Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近遇到了以下定义:
<class name="X" table="master..[User]" ... />
上面的定义是什么意思?
它是类 X到master数据库中的表User的映射声明,可能在 SQL Server 上。
在 SQL Server 中,您可以使用双点来限定具有数据库的表名。名称周围的方括号确保可以正确识别保留字或带有空格的名称。
这是对映射声明的引用,第 5.1.3 节