SubtableIdAsLong
Specifies whether the Id column in subtables should use the Long data type.
Data Type
bool
Default Value
false
Remarks
By default, the Id column in subtables is returned as an Integer. Setting SubtableIdAsLong to true changes the type of this column to Long.
This property is useful if your subtables contain a large number of records, where the Integer type might be insufficient to represent all values reliably.