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.
我正在使用 Visual Studio 2012 并使用 IDE 创建了一个数据源。使用向导,我包含了一些表格、视图和一个函数。但是,该功能没有出现在智能感知中。
如何在强类型数据集中调用标量函数?
当您创建类型化数据集时,您最终会得到一个文件调用MyDataSet.Designer.cs。进去看看,你会发现两个类MyDataSet和QueriesTableAdapter. QueriesTableAdapter将有一个与您的功能相对应的方法。
MyDataSet.Designer.cs
MyDataSet
QueriesTableAdapter