Returns the datatype URI to use for items of the specified type

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

Syntax

C#
public static string GetRdfDatatype(
	Type systemType
)
Visual Basic
Public Shared Function GetRdfDatatype ( 
	systemType As Type
) As String
Visual C++
public:
static String^ GetRdfDatatype(
	Type^ systemType
)
F#
static member GetRdfDatatype : 
        systemType : Type -> string 

Parameters

systemType
Type: System..::..Type
The .NET type to map to an RDF datatype

Return Value

Type: String
The RDF datatype URI for systemType

Exceptions

ExceptionCondition
System..::..ArgumentExceptionThrown if systemType does not reference a type that can be mapped to an RDF datatype by this class

See Also