Returns the entity implementation type for an entity interface type

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public Type GetImplType(
	Type interfaceType
)
Visual Basic
Public Function GetImplType ( 
	interfaceType As Type
) As Type
Visual C++
public:
Type^ GetImplType(
	Type^ interfaceType
)
F#
member GetImplType : 
        interfaceType : Type -> Type 

Parameters

interfaceType
Type: System..::..Type
The entity interface type

Return Value

Type: Type
The mapped entity implementation type, or interfaceType if no mapping is found

See Also