FireDAC Components for Zoho Projects

Build 22.0.8462

PseudoColumns

This property indicates whether or not to include pseudo columns as columns to the table.

Syntax


property PseudoColumns: String;

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; for example, "*=*".

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462