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: 2.2.1
Syntax
public static TableMapping Redirect(
	Type original,
	Type shadow
)

Parameters

original
Type: SystemType

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

shadow
Type: SystemType

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

Return Value

Type: TableMapping

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

See Also