getWhere2<TDef1 extends ITableDefinition, TDef2 extends ITableDefinition> function
SqlRequest
getWhere2<TDef1 extends ITableDefinition, TDef2 extends ITableDefinition>(
- Where where(
- TDef1 e,
- TDef2 t2
- TDef1 tableDefinition1,
- TDef2 tableDefinition2
'where' clause
Implementation
SqlRequest getWhere2<TDef1 extends ITableDefinition, TDef2 extends ITableDefinition>(
Where Function(TDef1 e, TDef2 t2)? where,
TDef1 tableDefinition1,
TDef2 tableDefinition2,
) {
return SqlRequest('sql', {});
}