Returns the datatype URI to use for items of the specified type
Namespace: BrightstarDB.RdfAssembly: 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:
StringThe RDF datatype URI for
systemType
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException | Thrown if systemType does not reference a type that can be mapped to an RDF datatype by this class |
See Also