Show / Hide Table of Contents

Property SequentialKeyTempTable

| Improve this Doc View Source

SequentialKeyTempTable

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest