Get the boolean flag that indicates if the collection is built from an inverse property
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
bool IsInverseProperty { get; } |
| Visual Basic |
|---|
ReadOnly Property IsInverseProperty As Boolean Get |
| Visual C++ |
|---|
property bool IsInverseProperty { bool get (); } |
| F# |
|---|
abstract IsInverseProperty : bool with get |