buildForeignKeyCondition abstract method

Expression<bool> buildForeignKeyCondition(
  1. dynamic tbl
)

Build the foreign key condition

Implementation

Expression<bool> buildForeignKeyCondition(dynamic tbl);