Return the RDF datatype to apply to literals of the specified system type.

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

Syntax

C#
public abstract string GetDatatype(
	Type systemType
)
Visual Basic
Public MustOverride Function GetDatatype ( 
	systemType As Type
) As String
Visual C++
public:
virtual String^ GetDatatype(
	Type^ systemType
) abstract
F#
abstract GetDatatype : 
        systemType : Type -> string 

Parameters

systemType
Type: System..::..Type
The system type to be mapped

Return Value

Type: String
The RDF datatype URI for the specified system type

Exceptions

ExceptionCondition
System..::..ArgumentExceptionRaised of systemType is not mapped to any RDF datatype known to this entity context

See Also