📌  相关文章
📜  '字段列表中的 C# 未知列'FundAllocation' - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:17.359000             🧑  作者: Mango

代码示例1
/* Could be:
a) Using the wrong kind of qoutes, ie. 'FieldName' instead of `FieldName`
b) Your table does not have that column
c) You are trying to update/access data in the incorrect table (see point b)
*/