Returns the entity implementation type for a given uri

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

Syntax

C#
public Type GetTypeForUri(
	string typeUri
)
Visual Basic
Public Function GetTypeForUri ( 
	typeUri As String
) As Type
Visual C++
public:
Type^ GetTypeForUri(
	String^ typeUri
)
F#
member GetTypeForUri : 
        typeUri : string -> Type 

Parameters

typeUri
Type: System..::..String
The uri representing a resource type.

Return Value

Type: Type
The entity implementation type

See Also