C# Unknown column 'FundAllocation' in 'field list code example
Example: C# Unknown column 'FundAllocation' in 'field list
/* 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)
*/