ADO.NET Provider for QuickBooks

Build 25.0.9434

PseudoColumns

Specifies the pseudocolumns to expose as table columns, expressed as a string in the format 'TableName=ColumnName;TableName=ColumnName'.

Data Type

string

Default Value

""

Remarks

This property allows you to define which pseudocolumns the provider exposes as table columns.

To specify individual pseudocolumns, use the following format:

Table1=Column1;Table1=Column2;Table2=Column3

To include all pseudocolumns for all tables use:

*=*

This setting is particularly helpful in Entity Framework, which does not allow you to set a value for a pseudocolumn unless it's a table column.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434