Click or drag to resize

SqlStatementInnerJoin Method (Type, Type)

Inner join left and right

Namespace:  SanteDB.DisconnectedClient.SQLite.Query
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public SqlStatement InnerJoin(
	Type tLeft,
	Type tRight
)

Parameters

tLeft
Type: SystemType

[Missing <param name="tLeft"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement.InnerJoin(System.Type,System.Type)"]

tRight
Type: SystemType

[Missing <param name="tRight"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement.InnerJoin(System.Type,System.Type)"]

Return Value

Type: SqlStatement

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement.InnerJoin(System.Type,System.Type)"]

See Also