InversePropertyAttribute Constructor

Initializes a new instance of the InversePropertyAttribute class.

Namespace:  System.ComponentModel.DataAnnotations
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Sub New ( _
    property As String _
)
'Usage
Dim property As String

Dim instance As New InversePropertyAttribute(property)
public InversePropertyAttribute(
    string property
)
public:
InversePropertyAttribute(
    String^ property
)
new : 
        property:string -> InversePropertyAttribute
public function InversePropertyAttribute(
    property : String
)

Parameters

  • property
    Type: System.String
    The navigation property representing the other end of the same relationship.

See Also

Reference

InversePropertyAttribute Class

System.ComponentModel.DataAnnotations Namespace