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 override string GetDatatype(
	Type systemType
)
Visual Basic
Public Overrides Function GetDatatype ( 
	systemType As Type
) As String
Visual C++
public:
virtual String^ GetDatatype(
	Type^ systemType
) override
F#
abstract GetDatatype : 
        systemType : Type -> string 
override GetDatatype : 
        systemType : Type -> string 

Parameters

systemType
Type: System..::..Type
The System.Type of the literal value

Return Value

Type: String
The RDF datatype to apply

See Also