Property SequentialKeyTempTable
| Improve this Doc View SourceSequentialKeyTempTable
Gets the temporary table which contains the sequential ids and primary key of the parent database recordset.
Declaration
public DbTable<SequentialKey> SequentialKeyTempTable { get; }
Property Value
Type | Description |
---|---|
DbTable<SequentialKey> |
Remarks
Child query/temporary table joins this table automatically to enforce parent-child relationship.