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.
我知道在调用 NewRow 方法之前我应该有一个表的模式,以便向 DataTable 添加一个新行......
但如您所知,拥有表的模式意味着用数据库中的记录填充其 DataTable。这意味着连接到数据库并获取记录。
有没有办法在不执行 select 语句的情况下拥有架构?
SET FMTONLY ON Select * From dbo.Users
上述查询仅检索表模式。