| 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
)
Public Shared Function Redirect (
original As Type,
shadow As Type
) As TableMapping
public:
static TableMapping^ Redirect(
Type^ original,
Type^ shadow
)
static member Redirect :
original : Type *
shadow : Type -> TableMapping
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