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.
我是 NoSQL 的新手,我需要在最低级别查询我的数据库,而无需任何开销!
我的应用程序没有任何实体类所有数据对象解析并在 Json 接口上动态创建
现在我想知道如何在不进行任何类型转换、解析的情况下直接与数据库服务器对话……我需要像 mongo 控制台一样查询将 Json 发送到数据库并以 Json 格式检索数据。
我需要 SqlDataReader 和 SqlCommand 之类的东西,请让我知道我该怎么做