C# Unknown column 'FundAllocation' in 'field list

C#
/* 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)
*/
Source

Also in C#: