Get the flag that indicates if this query is a simple type-instance query
which can have optimised processing
Namespace: BrightstarDB.EntityFramework.QueryAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public bool IsInstanceQuery { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsInstanceQuery As Boolean Get |
| Visual C++ |
|---|
public: property bool IsInstanceQuery { bool get (); } |
| F# |
|---|
member IsInstanceQuery : bool with get |