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# |
---|
public bool IsInverseProperty { get; } |
Visual Basic |
---|
Public ReadOnly Property IsInverseProperty As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool IsInverseProperty {
bool get () sealed;
} |
F# |
---|
abstract IsInverseProperty : bool with get
override IsInverseProperty : bool with get |
Property Value
Type:
BooleanImplements
IBrightstarEntityCollection..::..IsInverseProperty
See Also