PseudoColumns Parameter (Connect-SnapchatAds Cmdlet)
This property indicates whether or not to include pseudo columns as columns to the table.
Syntax
Connect-SnapchatAds -PseudoColumns string
Data Type
cstr
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, "*=*".