Click or drag to resize

SqlStatementTInnerJoinTJoinTable, TReturn Method

Appends an inner join

Namespace:  SanteDB.DisconnectedClient.SQLite.Query
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public SqlStatement<TReturn> InnerJoin<TJoinTable, TReturn>()

Type Parameters

TJoinTable

[Missing <typeparam name="TJoinTable"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement`1.InnerJoin``2"]

TReturn

[Missing <typeparam name="TReturn"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement`1.InnerJoin``2"]

Return Value

Type: SqlStatementTReturn

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement`1.InnerJoin``2"]

See Also