Get the type URI in the type-instance query

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

Syntax

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

Property Value

Type: String

Remarks

This property is valid iff IsInstanceQuery is true

See Also