Returns the RDF schema type for the specified entity interface or implementation type

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

Syntax

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

Parameters

type
Type: System..::..Type
The entity interface or implementation type

Return Value

Type: String
The schema type URI for the entity type

Exceptions

ExceptionCondition
BrightstarDB.EntityFramework..::..MappingNotFoundExceptionRaised if no mapping is found for type

See Also