asDslTable property

  1. @override
Subquery asDslTable
override

Type system sugar. Implementations are likely to inherit from both TableInfo and Tbl and can thus just return their instance.

Implementation

@override
Subquery get asDslTable => this;