Pseudo Columns Option (RSSBus.QuickBooks Data Provider)
Indicates whether or not to include pseudo-columns as columns to the table.
Data Type
string
Default Value
""
Remarks
This setting is particularly helpful in Entity Framework, which does not allow you to set a value for a pseudo-column unless it is a table column. The value of this connection setting is of the format "Table1=Column1, Table1=Column2, Table2=Column3". You can use the "*" character to include all tables and all columns, i.e., "*=*".