Click or drag to resize

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>()

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