Return the RDF datatype to apply to literals of the specified system type.
Namespace: BrightstarDB.EntityFrameworkAssembly: 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:
StringThe RDF datatype URI for the specified system type
Exceptions
See Also