Sets the URI identifier for the RDF schema type that is mapped to an entity type

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

Syntax

C#
public void SetTypeMapping(
	Type mappedType,
	string typeUri
)
Visual Basic
Public Sub SetTypeMapping ( 
	mappedType As Type,
	typeUri As String
)
Visual C++
public:
void SetTypeMapping(
	Type^ mappedType, 
	String^ typeUri
)
F#
member SetTypeMapping : 
        mappedType : Type * 
        typeUri : string -> unit 

Parameters

mappedType
Type: System..::..Type
The entity type
typeUri
Type: System..::..String
The schema type URI

See Also