| SqlStatementTAutoJoinTJoinTable, TReturn Method |
Appends an inner join
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public SqlStatement<TReturn> AutoJoin<TJoinTable, TReturn>()
Public Function AutoJoin(Of TJoinTable, TReturn) As SqlStatement(Of TReturn)
public:
generic<typename TJoinTable, typename TReturn>
SqlStatement<TReturn>^ AutoJoin()
member AutoJoin : unit -> SqlStatement<'TReturn>
Type Parameters
- TJoinTable
[Missing <typeparam name="TJoinTable"/> documentation for "M:SanteDB.OrmLite.SqlStatement`1.AutoJoin``2"]
- TReturn
[Missing <typeparam name="TReturn"/> documentation for "M:SanteDB.OrmLite.SqlStatement`1.AutoJoin``2"]
Return Value
Type:
SqlStatementTReturn[Missing <returns> documentation for "M:SanteDB.OrmLite.SqlStatement`1.AutoJoin``2"]
See Also