Get the URI related to the mapping.

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

Syntax

C#
public string SchemaTypeUri { get; }
Visual Basic
Public ReadOnly Property SchemaTypeUri As String
	Get
Visual C++
public:
property String^ SchemaTypeUri {
	String^ get ();
}
F#
member SchemaTypeUri : string with get

Property Value

Type: String

Remarks

If the mapping type is Property, Arc or InverseArc, then this property specifies the URI of the RDF property. If the mapping type is Id or Address, then this property has its default value (NULL).

See Also