Attribute applied to an entity property, that specifies the name of the inverse property. The inverse property will be located by examining the property return type of the decorated property.

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

Syntax

C#
public sealed class InversePropertyAttribute : Attribute
Visual Basic
Public NotInheritable Class InversePropertyAttribute
	Inherits Attribute
Visual C++
public ref class InversePropertyAttribute sealed : public Attribute
F#
[<SealedAttribute>]
type InversePropertyAttribute =  
    class
        inherit Attribute
    end

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    BrightstarDB.EntityFramework..::..InversePropertyAttribute

See Also