Click or drag to resize

TableMappingAssociationWith Method

Gets the association table mapping

Namespace:  SanteDB.DisconnectedClient.SQLite.Query
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public TableMapping AssociationWith(
	TableMapping subTableMap
)

Parameters

subTableMap
Type: SanteDB.DisconnectedClient.SQLite.QueryTableMapping

[Missing <param name="subTableMap"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.TableMapping.AssociationWith(SanteDB.DisconnectedClient.SQLite.Query.TableMapping)"]

Return Value

Type: TableMapping

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.TableMapping.AssociationWith(SanteDB.DisconnectedClient.SQLite.Query.TableMapping)"]

See Also