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<T>(
	string typeUri
)
where T : class
Visual Basic
Public Sub SetTypeMapping(Of T As Class) ( 
	typeUri As String
)
Visual C++
public:
generic<typename T>
where T : ref class
void SetTypeMapping(
	String^ typeUri
)
F#
member SetTypeMapping : 
        typeUri : string -> unit  when 'T : not struct

Parameters

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

Type Parameters

T
The entity type

See Also