Click or drag to resize

TableMappingRedirect Method

Creates a table mapping that is redirected

Namespace: SanteDB.OrmLite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public static TableMapping Redirect(
	Type original,
	Type shadow
)

Parameters

original  Type

[Missing <param name="original"/> documentation for "M:SanteDB.OrmLite.TableMapping.Redirect(System.Type,System.Type)"]

shadow  Type

[Missing <param name="shadow"/> documentation for "M:SanteDB.OrmLite.TableMapping.Redirect(System.Type,System.Type)"]

Return Value

TableMapping

[Missing <returns> documentation for "M:SanteDB.OrmLite.TableMapping.Redirect(System.Type,System.Type)"]

See Also